#04529D

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

Shades of Cobalt #04529D

Tints of Cobalt #04529D

Color information

#04529D (or 0x04529D) is unknown color: approx Cobalt. HEX triplet: 04, 52 and 9D. RGB value is (4,82,157). Sum of RGB (Red+Green+Blue) = 4+82+157=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #04529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04529D is #FBAD62. Grayscale: #424242. Windows color (decimal): -16493923 or 10310148. OLE color: 10310148.

HSL color Cylindrical-coordinate representation of color #04529D: hue angle of 209.41º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04529D is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB482157-
CMYK0.970.4800.38
HSL209.41º95.03%31.57%-
HSV(B)209.41º97.45%61.57%-
XYZ9.158.4933.06-
YUV67.23178.6682.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 157 (61.72% from 255) = 64.61%
R=1.65%
G=33.74%
B=64.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4821570.970.4800.38209.4195.0331.57
Hex4529D6130026d15f20
Octal41222351416004632113740
Binary10010100101001110111000011100000100110110100011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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