#194377

Color #194377 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #194377

Tints of Dark Cerulean #194377

Color information

#194377 (or 0x194377) is unknown color: approx Dark Cerulean. HEX triplet: 19, 43 and 77. RGB value is (25,67,119). Sum of RGB (Red+Green+Blue) = 25+67+119=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #194377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194377 is #E6BC88. Grayscale: #3C3C3C. Windows color (decimal): -15121545 or 7815961. OLE color: 7815961.

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

Color convert

RGB2567119-
CMYK0.790.4400.53
HSL213.19º65.28%28.24%-
HSV(B)213.19º78.99%46.67%-
XYZ5.745.5518.22-
YUV60.37161.09102.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=11.85%
G=31.75%
B=56.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25671190.790.4400.53213.1965.2828.24
Hex1943774F2C035d5411c
Octal311031671175406532510134
Binary11001100001111101111001111101100011010111010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194377; }

 p { color: rgb(25,67,119); }

 H1.HeaderClassName
 {
   color: #194377;
 }
 .AnyTagClassName
 {
   color: #194377;
 }
</style>
background-color css

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

 a { background-color: rgb(25,67,119); }

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

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

 span { border-color: rgb(25,67,119); }

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