Html Css Color HEX #04529B Cobalt

📋 copy color: '#04529B'

red 4 ◦ green 82 ◦ blue 155

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

Shades of Cobalt #04529B

Tints of Cobalt #04529B

RGB

 RED value IS 4 (1.95% from 255) = 1.66%

 GREEN value IS 82 (32.42% from 255) = 34.02%

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 1.66%
G = 34.02%
B = 64.32%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04529B (or 0x04529B) is known color: Cobalt. HEX triplet: 04, 52 and 9B. RGB value is (4,82,155). Sum of RGB (Red+Green+Blue) = 4+82+155=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #04529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04529B is #FBAD64. Grayscale: #424242. Windows color (decimal): -16493925 or 10179076. OLE color: 10179076.

HSL color Cylindrical-coordinate representation of color #04529B: hue angle of 209.01º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04529B is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 82 155 -
CMYK 0.97 0.47 0 0.39
HSL 209.01º 0.95% 0.31% -
HSV(B) 209.01º 0.97% 0.61% -
XYZ 8.98 8.43 32.16 -
YUV 67 177.66 83.06 -
System Red Green Blue C M Y K H S L
Decimal 4 82 155 0.97 0.47 0 0.39 209.01 0.95 0.31
Hex 4 52 9B 61 2F 0 27 D1 5F 1F
Octal 4 122 233 141 57 0 47 321 137 37
Binary 100 1010010 10011011 1100001 101111 0 100111 11010001 1011111 11111

Color Harmonies of #04529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04529B

Black with #04529B

Text Example


Text Example

White with #04529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04529B;
 }
 .AnyTagClassName
 {
   color: #04529B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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