#04537D

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

Shades of Dark Cerulean #04537D

Tints of Dark Cerulean #04537D

Color information

#04537D (or 0x04537D) is unknown color: approx Dark Cerulean. HEX triplet: 04, 53 and 7D. RGB value is (4,83,125). Sum of RGB (Red+Green+Blue) = 4+83+125=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #04537D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04537D is #FBAC82. Grayscale: #3F3F3F. Windows color (decimal): -16493699 or 8213252. OLE color: 8213252.

HSL color Cylindrical-coordinate representation of color #04537D: hue angle of 200.83º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04537D is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB483125-
CMYK0.970.3400.51
HSL200.83º93.8%25.29%-
HSV(B)200.83º96.8%49.02%-
XYZ6.847.6920.53-
YUV64.17162.3385.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.89%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 125 (49.22% from 255) = 58.96%
R=1.89%
G=39.15%
B=58.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4831250.970.3400.51200.8393.825.29
Hex4537D6122033c95e19
Octal41231751414206331113631
Binary100101001111111011100001100010011001111001001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04537D; }

 p { color: rgb(4,83,125); }

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

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

 a { background-color: rgb(4,83,125); }

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

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

 span { border-color: rgb(4,83,125); }

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