Html Css Color HEX #04539F Cobalt

📋 copy color: '#04539F'

red 4 ◦ green 83 ◦ blue 159

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

Shades of Cobalt #04539F

Tints of Cobalt #04539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 1.63%
G = 33.74%
B = 64.63%

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

#04539F (or 0x04539F) is known color: Cobalt. HEX triplet: 04, 53 and 9F. RGB value is (4,83,159). Sum of RGB (Red+Green+Blue) = 4+83+159=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #04539F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04539F is #FBAC60. Grayscale: #434343. Windows color (decimal): -16493665 or 10441476. OLE color: 10441476.

HSL color Cylindrical-coordinate representation of color #04539F: hue angle of 209.42º 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 #04539F is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 83 159 -
CMYK 0.97 0.48 0 0.38
HSL 209.42º 0.95% 0.32% -
HSV(B) 209.42º 0.97% 0.62% -
XYZ 9.4 8.72 33.99 -
YUV 68.04 179.33 82.32 -
System Red Green Blue C M Y K H S L
Decimal 4 83 159 0.97 0.48 0 0.38 209.42 0.95 0.32
Hex 4 53 9F 61 30 0 26 D1 5F 20
Octal 4 123 237 141 60 0 46 321 137 40
Binary 100 1010011 10011111 1100001 110000 0 100110 11010001 1011111 100000

Color Harmonies of #04539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04539F

Black with #04539F

Text Example


Text Example

White with #04539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04539F; }

 p { color: rgb(4,83,159); }

 H1.HeaderClassName
 {
   color: #04539F;
 }
 .AnyTagClassName
 {
   color: #04539F;
 }
</style>

background-color css

<style>
 a { background-color: #04539F; }

 a { background-color: rgb(4,83,159); }

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

border-color css

<style>
 span { border-color: #04539F; }

 span { border-color: rgb(4,83,159); }

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