Html Css Color HEX #04529D Cobalt

📋 copy color: '#04529D'

red 4 ◦ green 82 ◦ blue 157

#04529D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #04529D

Tints of Cobalt #04529D

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 value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04529D (or 0x04529D) is known color: 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

RGB 4 82 157 -
CMYK 0.97 0.48 0 0.38
HSL 209.41º 0.95% 0.32% -
HSV(B) 209.41º 0.97% 0.62% -
XYZ 9.15 8.49 33.06 -
YUV 67.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 4 82 157 0.97 0.48 0 0.38 209.41 0.95 0.32
Hex 4 52 9D 61 30 0 26 D1 5F 20
Octal 4 122 235 141 60 0 46 321 137 40
Binary 100 1010010 10011101 1100001 110000 0 100110 11010001 1011111 100000

Color Harmonies of #04529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04529D

Black with #04529D

Text Example


Text Example

White with #04529D

Text Example


Text Example

HTML Codes & Css Web 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>