Html Css Color HEX #00539E Cobalt

📋 copy color: '#00539E'

red 0 ◦ green 83 ◦ blue 158

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

Shades of Cobalt #00539E

Tints of Cobalt #00539E

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 value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00539E (or 0x00539E) is known color: 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

RGB 0 83 158 -
CMYK 1 0.47 0 0.38
HSL 208.48º 1% 0.31% -
HSV(B) 208.48º 1% 0.62% -
XYZ 9.26 8.66 33.53 -
YUV 66.73 179.5 80.4 -
System Red Green Blue C M Y K H S L
Decimal 0 83 158 1 0.47 0 0.38 208.48 1 0.31
Hex 0 53 9E 64 2F 0 26 D0 64 1F
Octal 0 123 236 144 57 0 46 320 144 37
Binary 0 1010011 10011110 1100100 101111 0 100110 11010000 1100100 11111

Color Harmonies of #00539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00539E

Black with #00539E

Text Example


Text Example

White with #00539E

Text Example


Text Example

HTML Codes & Css Web 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>