Html Css Color HEX #194970 Dark Cerulean

📋 copy color: '#194970'

red 25 ◦ green 73 ◦ blue 112

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

Shades of Dark Cerulean #194970

Tints of Dark Cerulean #194970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.33%

R = 11.9%
G = 34.76%
B = 53.33%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#194970 (or 0x194970) is known color: Dark Cerulean. HEX triplet: 19, 49 and 70. RGB value is (25,73,112). Sum of RGB (Red+Green+Blue) = 25+73+112=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #194970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194970 is #E6B68F. Grayscale: #3E3E3E. Windows color (decimal): -15120016 or 7358745. OLE color: 7358745.

HSL color Cylindrical-coordinate representation of color #194970: hue angle of 206.9º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194970 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 73 112 -
CMYK 0.78 0.35 0 0.56
HSL 206.9º 0.64% 0.27% -
HSV(B) 206.9º 0.78% 0.44% -
XYZ 5.71 6.14 16.21 -
YUV 63.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 25 73 112 0.78 0.35 0 0.56 206.9 0.64 0.27
Hex 19 49 70 4E 23 0 38 CF 40 1B
Octal 31 111 160 116 43 0 70 317 100 33
Binary 11001 1001001 1110000 1001110 100011 0 111000 11001111 1000000 11011

Color Harmonies of #194970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194970

Black with #194970

Text Example


Text Example

White with #194970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194970; }

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

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

background-color css

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

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

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

border-color css

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

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

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