Html Css Color HEX #08539A Cobalt

📋 copy color: '#08539A'

red 8 ◦ green 83 ◦ blue 154

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

Shades of Cobalt #08539A

Tints of Cobalt #08539A

RGB

 RED value IS 8 (3.52% from 255) = 3.27%

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

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

R = 3.27%
G = 33.88%
B = 62.86%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08539A (or 0x08539A) is known color: Cobalt. HEX triplet: 08, 53 and 9A. RGB value is (8,83,154). Sum of RGB (Red+Green+Blue) = 8+83+154=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #08539A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08539A is #F7AC65. Grayscale: #444444. Windows color (decimal): -16231526 or 10113800. OLE color: 10113800.

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

Color convert

RGB 8 83 154 -
CMYK 0.95 0.46 0 0.40
HSL 209.18º 0.9% 0.32% -
HSV(B) 209.18º 0.95% 0.6% -
XYZ 9.03 8.57 31.75 -
YUV 68.67 176.15 84.73 -
System Red Green Blue C M Y K H S L
Decimal 8 83 154 0.95 0.46 0 0.40 209.18 0.9 0.32
Hex 8 53 9A 5F 2E 0 28 D1 5A 20
Octal 10 123 232 137 56 0 50 321 132 40
Binary 1000 1010011 10011010 1011111 101110 0 101000 11010001 1011010 100000

Color Harmonies of #08539A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08539A

Black with #08539A

Text Example


Text Example

White with #08539A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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