Html Css Color HEX #04539A Cobalt

📋 copy color: '#04539A'

red 4 ◦ green 83 ◦ blue 154

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

Shades of Cobalt #04539A

Tints of Cobalt #04539A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 1.66%
G = 34.44%
B = 63.9%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#04539A (or 0x04539A) is known color: Cobalt. HEX triplet: 04, 53 and 9A. RGB value is (4,83,154). Sum of RGB (Red+Green+Blue) = 4+83+154=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #04539A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04539A is #FBAC65. Grayscale: #434343. Windows color (decimal): -16493670 or 10113796. OLE color: 10113796.

HSL color Cylindrical-coordinate representation of color #04539A: hue angle of 208.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04539A is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 83 154 -
CMYK 0.97 0.46 0 0.40
HSL 208.4º 0.95% 0.31% -
HSV(B) 208.4º 0.97% 0.6% -
XYZ 8.98 8.55 31.75 -
YUV 67.47 176.83 82.73 -
System Red Green Blue C M Y K H S L
Decimal 4 83 154 0.97 0.46 0 0.40 208.4 0.95 0.31
Hex 4 53 9A 61 2E 0 28 D0 5F 1F
Octal 4 123 232 141 56 0 50 320 137 37
Binary 100 1010011 10011010 1100001 101110 0 101000 11010000 1011111 11111

Color Harmonies of #04539A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04539A

Black with #04539A

Text Example


Text Example

White with #04539A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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