Html Css Color HEX #08509B Cobalt

📋 copy color: '#08509B'

red 8 ◦ green 80 ◦ blue 155

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

Shades of Cobalt #08509B

Tints of Cobalt #08509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 155 (60.94% from 255) = 63.79%

R = 3.29%
G = 32.92%
B = 63.79%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08509B (or 0x08509B) is known color: Cobalt. HEX triplet: 08, 50 and 9B. RGB value is (8,80,155). Sum of RGB (Red+Green+Blue) = 8+80+155=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #08509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08509B is #F7AF64. Grayscale: #424242. Windows color (decimal): -16232293 or 10178568. OLE color: 10178568.

HSL color Cylindrical-coordinate representation of color #08509B: hue angle of 210.61º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08509B is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 80 155 -
CMYK 0.95 0.48 0 0.39
HSL 210.61º 0.9% 0.32% -
HSV(B) 210.61º 0.95% 0.61% -
XYZ 8.89 8.16 32.12 -
YUV 67.02 177.65 85.9 -
System Red Green Blue C M Y K H S L
Decimal 8 80 155 0.95 0.48 0 0.39 210.61 0.9 0.32
Hex 8 50 9B 5F 30 0 27 D3 5A 20
Octal 10 120 233 137 60 0 47 323 132 40
Binary 1000 1010000 10011011 1011111 110000 0 100111 11010011 1011010 100000

Color Harmonies of #08509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08509B

Black with #08509B

Text Example


Text Example

White with #08509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08509B; }

 p { color: rgb(8,80,155); }

 H1.HeaderClassName
 {
   color: #08509B;
 }
 .AnyTagClassName
 {
   color: #08509B;
 }
</style>

background-color css

<style>
 a { background-color: #08509B; }

 a { background-color: rgb(8,80,155); }

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

border-color css

<style>
 span { border-color: #08509B; }

 span { border-color: rgb(8,80,155); }

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