#04527E

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

Shades of Dark Cerulean #04527E

Tints of Dark Cerulean #04527E

Color information

#04527E (or 0x04527E) is unknown color: approx Dark Cerulean. HEX triplet: 04, 52 and 7E. RGB value is (4,82,126). Sum of RGB (Red+Green+Blue) = 4+82+126=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #04527E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04527E is #FBAD81. Grayscale: #3F3F3F. Windows color (decimal): -16493954 or 8278532. OLE color: 8278532.

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

Color convert

RGB482126-
CMYK0.970.3500.51
HSL201.64º93.85%25.49%-
HSV(B)201.64º96.83%49.41%-
XYZ6.837.5720.84-
YUV63.69163.1685.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.89%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 126 (49.61% from 255) = 59.43%
R=1.89%
G=38.68%
B=59.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4821260.970.3500.51201.6493.8525.49
Hex4527E6123033ca5e19
Octal41221761414306331213631
Binary100101001011111101100001100011011001111001010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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