#19497f

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

Shades of Dark Cerulean #19497F

Tints of Dark Cerulean #19497F

Color information

#19497F (or 0x19497F) is unknown color: approx Dark Cerulean. HEX triplet: 19, 49 and 7F. RGB value is (25,73,127). Sum of RGB (Red+Green+Blue) = 25+73+127=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #19497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19497F is #E6B680. Grayscale: #404040. Windows color (decimal): -15120001 or 8341785. OLE color: 8341785.

HSL color Cylindrical-coordinate representation of color #19497F: hue angle of 211.76º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19497F is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2573127-
CMYK0.800.4300.50
HSL211.76º67.11%29.8%-
HSV(B)211.76º80.31%49.8%-
XYZ6.616.520.99-
YUV64.8163.199.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 127 (50% from 255) = 56.44%
R=11.11%
G=32.44%
B=56.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25731270.800.4300.50211.7667.1129.8
Hex19497F502B032d4431e
Octal311111771205306232410336
Binary11001100100111111111010000101011011001011010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19497f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19497f; }

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

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

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

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

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

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

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

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