Html Css Color HEX #194978 Dark Cerulean

📋 copy color: '#194978'

red 25 ◦ green 73 ◦ blue 120

#194978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #194978

Tints of Dark Cerulean #194978

RGB

 RED value IS 25 (10.16% from 255) = 11.47%

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 120 (47.27% from 255) = 55.05%

R = 11.47%
G = 33.49%
B = 55.05%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#194978 (or 0x194978) is known color: Dark Cerulean. HEX triplet: 19, 49 and 78. RGB value is (25,73,120). Sum of RGB (Red+Green+Blue) = 25+73+120=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #194978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194978 is #E6B687. Grayscale: #3F3F3F. Windows color (decimal): -15120008 or 7883033. OLE color: 7883033.

HSL color Cylindrical-coordinate representation of color #194978: hue angle of 209.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194978 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 73 120 -
CMYK 0.79 0.39 0 0.53
HSL 209.68º 0.66% 0.28% -
HSV(B) 209.68º 0.79% 0.47% -
XYZ 6.17 6.33 18.67 -
YUV 64.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 25 73 120 0.79 0.39 0 0.53 209.68 0.66 0.28
Hex 19 49 78 4F 27 0 35 D2 42 1C
Octal 31 111 170 117 47 0 65 322 102 34
Binary 11001 1001001 1111000 1001111 100111 0 110101 11010010 1000010 11100

Color Harmonies of #194978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194978

Black with #194978

Text Example


Text Example

White with #194978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194978; }

 p { color: rgb(25,73,120); }

 H1.HeaderClassName
 {
   color: #194978;
 }
 .AnyTagClassName
 {
   color: #194978;
 }
</style>

background-color css

<style>
 a { background-color: #194978; }

 a { background-color: rgb(25,73,120); }

 div.DivClassName
 {
   background-color: #194978;
 }
 .BgClassName
 {
   background-color: #194978;
 }
</style>

border-color css

<style>
 span { border-color: #194978; }

 span { border-color: rgb(25,73,120); }

 td.TdClassName
 {
   border-color: #194978;
 }
 .TagClassName
 {
   border-color: #194978;
 }
</style>