Html Css Color HEX #04539D Cobalt

📋 copy color: '#04539D'

red 4 ◦ green 83 ◦ blue 157

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

Shades of Cobalt #04539D

Tints of Cobalt #04539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 1.64%
G = 34.02%
B = 64.34%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04539D (or 0x04539D) is known color: Cobalt. HEX triplet: 04, 53 and 9D. RGB value is (4,83,157). Sum of RGB (Red+Green+Blue) = 4+83+157=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #04539D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04539D is #FBAC62. Grayscale: #434343. Windows color (decimal): -16493667 or 10310404. OLE color: 10310404.

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

Color convert

RGB 4 83 157 -
CMYK 0.97 0.47 0 0.38
HSL 209.02º 0.95% 0.32% -
HSV(B) 209.02º 0.97% 0.62% -
XYZ 9.23 8.65 33.08 -
YUV 67.82 178.33 82.48 -
System Red Green Blue C M Y K H S L
Decimal 4 83 157 0.97 0.47 0 0.38 209.02 0.95 0.32
Hex 4 53 9D 61 2F 0 26 D1 5F 20
Octal 4 123 235 141 57 0 46 321 137 40
Binary 100 1010011 10011101 1100001 101111 0 100110 11010001 1011111 100000

Color Harmonies of #04539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04539D

Black with #04539D

Text Example


Text Example

White with #04539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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