#194277

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

Shades of Dark Cerulean #194277

Tints of Dark Cerulean #194277

Color information

#194277 (or 0x194277) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 77. RGB value is (25,66,119). Sum of RGB (Red+Green+Blue) = 25+66+119=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #194277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194277 is #E6BD88. Grayscale: #3B3B3B. Windows color (decimal): -15121801 or 7815705. OLE color: 7815705.

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

Color convert

RGB2566119-
CMYK0.790.4500.53
HSL213.83º65.28%28.24%-
HSV(B)213.83º78.99%46.67%-
XYZ5.685.4418.2-
YUV59.78161.42103.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 119 (46.88% from 255) = 56.67%
R=11.90%
G=31.43%
B=56.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25661190.790.4500.53213.8365.2828.24
Hex1942774F2D035d6411c
Octal311021671175506532610134
Binary11001100001011101111001111101101011010111010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194277; }

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

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

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

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

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

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

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

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