COLOR #00192A

HEX: #00192A
RGB: (0,25,42)

Color info

#00192A contains only green and blue colors. Web safe color of #00192A is #000033 (or #003).

RGB color model

#00192A color RGB value is (0,25,42).

  • red value is 0;
  • green value is 25;
  • blue value is 42.
RGB:
(0,25,42)
(0%,10%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 42 of 255 = 16%

0
25
42

R + G + B ~ 9%. #00192A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 25 + 42 = 67 (100%)
R 0 of 67 ~ 0%
G 25 of 67 ~ 37.31%
B 42 of 67 ~ 62.69%

%37.31
%62.69

CMYK color model

#00192A color CMYK value is (100,40,0,84).

  • cyan value is 100.00%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(100,40,0,84)
C100M40Y0K84 
(100%,40%,0%,84%)
(1.00/0.40/0.00/0.84)	

CMYK percentages

%100
%40.48
%0
%83.53

Codes

Color #00192A in popluar color models

00192A
RGB02542
HSL204°100.00%8.24%
HSB/HSV204°100.00%16.47%
CMYK100.00%40.48%0.00%
83.53%

Color #00192A in popluar number systems.

HEX00192A
Decimal02542
Binary011001101010
Octal03152

Shades and tints

Shades of #00192A

#00192A
(0,25,42)
#001727
(0,23,39)
#001524
(0,21,36)
#001321
(0,19,33)
#00111E
(0,17,30)
#000F1B
(0,15,27)
#000D18
(0,13,24)
#000B15
(0,11,21)
#000912
(0,9,18)
#00070F
(0,7,15)
#00050C
(0,5,12)
#000000
(0,0,0)

Tints of #00192A

#00192A
(0,25,42)
#172D3D
(23,45,61)
#2E4150
(46,65,80)
#455563
(69,85,99)
#5C6976
(92,105,118)
#737D89
(115,125,137)
#8A919C
(138,145,156)
#A1A5AF
(161,165,175)
#B8B9C2
(184,185,194)
#CFCDD5
(207,205,213)
#E6E1E8
(230,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00192A color. Also use rgb(0,25,42) instead hex code.

Text Font Color

.myTextColor { color: #00192A; }

<p style="color:#00192A">This sample text font color is #00192A.</p>

This text font color is #00192A.


Background Color

.myBgColor { background-color: #00192A; }

<div style="background-color:#00192A">Inner text</div>

This div background color is #00192A.


Border color

.myBorderColor { border: 1px solid #00192A; }

<div style="border:3px solid #00192A">Div</div>

This div border color is #00192A.


Opacity

.myOpacity80 { color: #00192A; opacity: 0.8; }

<p style="color:#00192A;opacity:0.8;">80%</p>

Text with #00192A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00192A;}

<p style="text-shadow: 3px 3px 1px #00192A">Text here.</p>

This text has shadow with #00192A color.

.textShadow {text-shadow: 3px 3px 1px #00192A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00192A, 5px 5px 20px red">Text here.</p>

This text has shadow with #00192A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00192A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00192A, Direction=45, Strength=4)">Text</p>

This text has shadow with #00192A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00192A;
  -webkit-box-shadow:	1px 1px 3px 2px #00192A;
  box-shadow:		1px 1px 3px 2px #00192A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00192A;
-webkit-box-shadow: 1px 1px 3px 2px #00192A;
box-shadow:1px 1px 3px 2px #00192A;">
Div content here</div>
This div box has shadow with color #00192A.

Preview

Color preview on black background

This text has color #00192A on black background.


Color preview on white background

This text has color #00192A on white background.



Black color preview on #00192A background

This text has black color on #00192A background.


White color preview on #00192A background

This text has white color on #00192A background.