#04528D

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

Shades of Dark Cerulean #04528D

Tints of Dark Cerulean #04528D

Color information

#04528D (or 0x04528D) is unknown color: approx Dark Cerulean. HEX triplet: 04, 52 and 8D. RGB value is (4,82,141). Sum of RGB (Red+Green+Blue) = 4+82+141=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #04528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04528D is #FBAD72. Grayscale: #414141. Windows color (decimal): -16493939 or 9261572. OLE color: 9261572.

HSL color Cylindrical-coordinate representation of color #04528D: hue angle of 205.84º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04528D is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB482141-
CMYK0.970.4200.45
HSL205.84º94.48%28.43%-
HSV(B)205.84º97.16%55.29%-
XYZ7.887.9826.33-
YUV65.4170.6684.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 141 (55.47% from 255) = 62.11%
R=1.76%
G=36.12%
B=62.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4821410.970.4200.45205.8494.4828.43
Hex4528D612A02Dce5e1c
Octal41222151415205531613634
Binary1001010010100011011100001101010010110111001110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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