#194973

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

Shades of Dark Cerulean #194973

Tints of Dark Cerulean #194973

Color information

#194973 (or 0x194973) is unknown color: approx Dark Cerulean. HEX triplet: 19, 49 and 73. RGB value is (25,73,115). Sum of RGB (Red+Green+Blue) = 25+73+115=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #194973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194973 is #E6B68C. Grayscale: #3F3F3F. Windows color (decimal): -15120013 or 7555353. OLE color: 7555353.

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

Color convert

RGB2573115-
CMYK0.780.3700.55
HSL208º64.29%27.45%-
HSV(B)208º78.26%45.1%-
XYZ5.886.2117.11-
YUV63.44157.1100.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=11.74%
G=34.27%
B=53.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25731150.780.3700.5520864.2927.45
Hex1949734E25037d0401b
Octal311111631164506732010033
Binary11001100100111100111001110100101011011111010000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194973; }

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

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

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

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

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

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

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

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