Html Css Color HEX #04539C Cobalt

📋 copy color: '#04539C'

red 4 ◦ green 83 ◦ blue 156

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

Shades of Cobalt #04539C

Tints of Cobalt #04539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.2%

R = 1.65%
G = 34.16%
B = 64.2%

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

#04539C (or 0x04539C) is known color: Cobalt. HEX triplet: 04, 53 and 9C. RGB value is (4,83,156). Sum of RGB (Red+Green+Blue) = 4+83+156=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #04539C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04539C is #FBAC63. Grayscale: #434343. Windows color (decimal): -16493668 or 10244868. OLE color: 10244868.

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

Color convert

RGB 4 83 156 -
CMYK 0.97 0.47 0 0.39
HSL 208.82º 0.95% 0.31% -
HSV(B) 208.82º 0.97% 0.61% -
XYZ 9.14 8.61 32.63 -
YUV 67.7 177.83 82.56 -
System Red Green Blue C M Y K H S L
Decimal 4 83 156 0.97 0.47 0 0.39 208.82 0.95 0.31
Hex 4 53 9C 61 2F 0 27 D1 5F 1F
Octal 4 123 234 141 57 0 47 321 137 37
Binary 100 1010011 10011100 1100001 101111 0 100111 11010001 1011111 11111

Color Harmonies of #04539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04539C

Black with #04539C

Text Example


Text Example

White with #04539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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