#04507C

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

Shades of Dark Cerulean #04507C

Tints of Dark Cerulean #04507C

Color information

#04507C (or 0x04507C) is unknown color: approx Dark Cerulean. HEX triplet: 04, 50 and 7C. RGB value is (4,80,124). Sum of RGB (Red+Green+Blue) = 4+80+124=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #04507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04507C is #FBAF83. Grayscale: #3E3E3E. Windows color (decimal): -16494468 or 8146948. OLE color: 8146948.

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

Color convert

RGB480124-
CMYK0.970.3500.51
HSL202º93.75%25.1%-
HSV(B)202º96.77%48.63%-
XYZ6.567.2220.12-
YUV62.29162.8286.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=1.92%
G=38.46%
B=59.62%

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
Decimal4801240.970.3500.5120293.7525.1
Hex4507C6123033ca5e19
Octal41201741414306331213631
Binary100101000011111001100001100011011001111001010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04507C; }

 p { color: rgb(4,80,124); }

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

<style>
 a { background-color: #04507C; }

 a { background-color: rgb(4,80,124); }

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

<style>
 span { border-color: #04507C; }

 span { border-color: rgb(4,80,124); }

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