#04527D

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

Shades of Dark Cerulean #04527D

Tints of Dark Cerulean #04527D

Color information

#04527D (or 0x04527D) is unknown color: approx Dark Cerulean. HEX triplet: 04, 52 and 7D. RGB value is (4,82,125). Sum of RGB (Red+Green+Blue) = 4+82+125=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #04527D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04527D is #FBAD82. Grayscale: #3F3F3F. Windows color (decimal): -16493955 or 8212996. OLE color: 8212996.

HSL color Cylindrical-coordinate representation of color #04527D: hue angle of 201.32º 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 #04527D is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB482125-
CMYK0.970.3400.51
HSL201.32º93.8%25.29%-
HSV(B)201.32º96.8%49.02%-
XYZ6.777.5420.5-
YUV63.58162.6685.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 125 (49.22% from 255) = 59.24%
R=1.90%
G=38.86%
B=59.24%

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
Decimal4821250.970.3400.51201.3293.825.29
Hex4527D6122033c95e19
Octal41221751414206331113631
Binary100101001011111011100001100010011001111001001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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