Html Css Color HEX #194979 Dark Cerulean

📋 copy color: '#194979'

red 25 ◦ green 73 ◦ blue 121

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

Shades of Dark Cerulean #194979

Tints of Dark Cerulean #194979

RGB

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

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

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

R = 11.42%
G = 33.33%
B = 55.25%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194979 (or 0x194979) is known color: Dark Cerulean. HEX triplet: 19, 49 and 79. RGB value is (25,73,121). Sum of RGB (Red+Green+Blue) = 25+73+121=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #194979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194979 is #E6B686. Grayscale: #3F3F3F. Windows color (decimal): -15120007 or 7948569. OLE color: 7948569.

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

Color convert

RGB 25 73 121 -
CMYK 0.79 0.40 0 0.53
HSL 210º 0.66% 0.29% -
HSV(B) 210º 0.79% 0.47% -
XYZ 6.23 6.35 18.99 -
YUV 64.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 25 73 121 0.79 0.40 0 0.53 210 0.66 0.29
Hex 19 49 79 4F 28 0 35 D2 42 1D
Octal 31 111 171 117 50 0 65 322 102 35
Binary 11001 1001001 1111001 1001111 101000 0 110101 11010010 1000010 11101

Color Harmonies of #194979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194979

Black with #194979

Text Example


Text Example

White with #194979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194979; }

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

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

background-color css

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

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

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

border-color css

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

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

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