Html Css Color HEX #04539B Cobalt

📋 copy color: '#04539B'

red 4 ◦ green 83 ◦ blue 155

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

Shades of Cobalt #04539B

Tints of Cobalt #04539B

RGB

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

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

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

R = 1.65%
G = 34.3%
B = 64.05%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04539B (or 0x04539B) is known color: Cobalt. HEX triplet: 04, 53 and 9B. RGB value is (4,83,155). Sum of RGB (Red+Green+Blue) = 4+83+155=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #04539B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04539B is #FBAC64. Grayscale: #434343. Windows color (decimal): -16493669 or 10179332. OLE color: 10179332.

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

Color convert

RGB 4 83 155 -
CMYK 0.97 0.46 0 0.39
HSL 208.61º 0.95% 0.31% -
HSV(B) 208.61º 0.97% 0.61% -
XYZ 9.06 8.58 32.19 -
YUV 67.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 4 83 155 0.97 0.46 0 0.39 208.61 0.95 0.31
Hex 4 53 9B 61 2E 0 27 D1 5F 1F
Octal 4 123 233 141 56 0 47 321 137 37
Binary 100 1010011 10011011 1100001 101110 0 100111 11010001 1011111 11111

Color Harmonies of #04539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04539B

Black with #04539B

Text Example


Text Example

White with #04539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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