Html Css Color HEX #194479 Dark Cerulean

📋 copy color: '#194479'

red 25 ◦ green 68 ◦ blue 121

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

Shades of Dark Cerulean #194479

Tints of Dark Cerulean #194479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

 BLUE value IS 121 (47.66% from 255) = 56.54%

R = 11.68%
G = 31.78%
B = 56.54%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194479 (or 0x194479) is known color: Dark Cerulean. HEX triplet: 19, 44 and 79. RGB value is (25,68,121). Sum of RGB (Red+Green+Blue) = 25+68+121=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #194479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194479 is #E6BB86. Grayscale: #3C3C3C. Windows color (decimal): -15121287 or 7947289. OLE color: 7947289.

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

Color convert

RGB 25 68 121 -
CMYK 0.79 0.44 0 0.53
HSL 213.13º 0.66% 0.29% -
HSV(B) 213.13º 0.79% 0.47% -
XYZ 5.92 5.72 18.88 -
YUV 61.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 25 68 121 0.79 0.44 0 0.53 213.13 0.66 0.29
Hex 19 44 79 4F 2C 0 35 D5 42 1D
Octal 31 104 171 117 54 0 65 325 102 35
Binary 11001 1000100 1111001 1001111 101100 0 110101 11010101 1000010 11101

Color Harmonies of #194479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194479

Black with #194479

Text Example


Text Example

White with #194479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194479; }

 p { color: rgb(25,68,121); }

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

background-color css

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

 a { background-color: rgb(25,68,121); }

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

border-color css

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

 span { border-color: rgb(25,68,121); }

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