Html Css Color HEX #00539D Cobalt

📋 copy color: '#00539D'

red 0 ◦ green 83 ◦ blue 157

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

Shades of Cobalt #00539D

Tints of Cobalt #00539D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 34.58%
B = 65.42%

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

#00539D (or 0x00539D) is known color: Cobalt. HEX triplet: 00, 53 and 9D. RGB value is (0,83,157). Sum of RGB (Red+Green+Blue) = 0+83+157=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #00539D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00539D is #FFAC62. Grayscale: #424242. Windows color (decimal): -16755811 or 10310400. OLE color: 10310400.

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

Color convert

RGB 0 83 157 -
CMYK 1 0.47 0 0.38
HSL 208.28º 1% 0.31% -
HSV(B) 208.28º 1% 0.62% -
XYZ 9.18 8.62 33.08 -
YUV 66.62 179 80.48 -
System Red Green Blue C M Y K H S L
Decimal 0 83 157 1 0.47 0 0.38 208.28 1 0.31
Hex 0 53 9D 64 2F 0 26 D0 64 1F
Octal 0 123 235 144 57 0 46 320 144 37
Binary 0 1010011 10011101 1100100 101111 0 100110 11010000 1100100 11111

Color Harmonies of #00539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00539D

Black with #00539D

Text Example


Text Example

White with #00539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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