Html Css Color HEX #194079 Dark Cerulean

📋 copy color: '#194079'

red 25 ◦ green 64 ◦ blue 121

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

Shades of Dark Cerulean #194079

Tints of Dark Cerulean #194079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

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

R = 11.9%
G = 30.48%
B = 57.62%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194079 (or 0x194079) is known color: Dark Cerulean. HEX triplet: 19, 40 and 79. RGB value is (25,64,121). Sum of RGB (Red+Green+Blue) = 25+64+121=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #194079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194079 is #E6BF86. Grayscale: #3A3A3A. Windows color (decimal): -15122311 or 7946265. OLE color: 7946265.

HSL color Cylindrical-coordinate representation of color #194079: hue angle of 215.62º 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 #194079 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 64 121 -
CMYK 0.79 0.47 0 0.53
HSL 215.63º 0.66% 0.29% -
HSV(B) 215.63º 0.79% 0.47% -
XYZ 5.69 5.25 18.8 -
YUV 58.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 25 64 121 0.79 0.47 0 0.53 215.63 0.66 0.29
Hex 19 40 79 4F 2F 0 35 D8 42 1D
Octal 31 100 171 117 57 0 65 330 102 35
Binary 11001 1000000 1111001 1001111 101111 0 110101 11011000 1000010 11101

Color Harmonies of #194079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194079

Black with #194079

Text Example


Text Example

White with #194079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194079; }

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

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

background-color css

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

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

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

border-color css

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

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

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