#00539E

Color #00539E Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #00539E

Tints of Cobalt #00539E

Color information

#00539E (or 0x00539E) is unknown color: approx Cobalt. HEX triplet: 00, 53 and 9E. RGB value is (0,83,158). Sum of RGB (Red+Green+Blue) = 0+83+158=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #00539E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00539E is #FFAC61. Grayscale: #424242. Windows color (decimal): -16755810 or 10375936. OLE color: 10375936.

HSL color Cylindrical-coordinate representation of color #00539E: hue angle of 208.48º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00539E is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB083158-
CMYK10.4700.38
HSL208.48º100%30.98%-
HSV(B)208.48º100%61.96%-
XYZ9.268.6633.53-
YUV66.73179.580.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 158 (62.11% from 255) = 65.56%
R=0%
G=34.44%
B=65.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal08315810.4700.38208.4810030.98
Hex0539E642F026d0641f
Octal01232361445704632014437
Binary01010011100111101100100101111010011011010000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00539E; }

 p { color: rgb(0,83,158); }

 H1.HeaderClassName
 {
   color: #00539E;
 }
 .AnyTagClassName
 {
   color: #00539E;
 }
</style>
background-color css

<style>
 a { background-color: #00539E; }

 a { background-color: rgb(0,83,158); }

 div.DivClassName
 {
   background-color: #00539E;
 }
 .BgClassName
 {
   background-color: #00539E;
 }
</style>
border-color css

<style>
 span { border-color: #00539E; }

 span { border-color: rgb(0,83,158); }

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