#19437d

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

Shades of Dark Cerulean #19437D

Tints of Dark Cerulean #19437D

Color information

#19437D (or 0x19437D) is unknown color: approx Dark Cerulean. HEX triplet: 19, 43 and 7D. RGB value is (25,67,125). Sum of RGB (Red+Green+Blue) = 25+67+125=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #19437D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19437D is #E6BC82. Grayscale: #3C3C3C. Windows color (decimal): -15121539 or 8209177. OLE color: 8209177.

HSL color Cylindrical-coordinate representation of color #19437D: hue angle of 214.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19437D is Cyan = 0.8, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2567125-
CMYK0.80.4600.51
HSL214.8º66.67%29.41%-
HSV(B)214.8º80%49.02%-
XYZ6.115.720.18-
YUV61.05164.09102.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=11.52%
G=30.88%
B=57.60%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25671250.80.4600.51214.866.6729.41
Hex19437D502E033d7431d
Octal311031751205606332710335
Binary11001100001111111011010000101110011001111010111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19437d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19437d; }

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

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

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

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

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

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

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

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