#194876

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

Shades of Dark Cerulean #194876

Tints of Dark Cerulean #194876

Color information

#194876 (or 0x194876) is unknown color: approx Dark Cerulean. HEX triplet: 19, 48 and 76. RGB value is (25,72,118). Sum of RGB (Red+Green+Blue) = 25+72+118=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #194876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194876 is #E6B789. Grayscale: #3E3E3E. Windows color (decimal): -15120266 or 7751705. OLE color: 7751705.

HSL color Cylindrical-coordinate representation of color #194876: hue angle of 209.68º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194876 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2572118-
CMYK0.790.3900.54
HSL209.68º65.03%28.04%-
HSV(B)209.68º78.81%46.27%-
XYZ5.996.1518.01-
YUV63.19158.93100.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=11.63%
G=33.49%
B=54.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25721180.790.3900.54209.6865.0328.04
Hex1948764F27036d2411c
Octal311101661174706632210134
Binary11001100100011101101001111100111011011011010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194876; }

 p { color: rgb(25,72,118); }

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

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

 a { background-color: rgb(25,72,118); }

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

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

 span { border-color: rgb(25,72,118); }

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