Html Css Color HEX #08509C Cobalt

📋 copy color: '#08509C'

red 8 ◦ green 80 ◦ blue 156

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

Shades of Cobalt #08509C

Tints of Cobalt #08509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.93%

R = 3.28%
G = 32.79%
B = 63.93%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08509C (or 0x08509C) is known color: Cobalt. HEX triplet: 08, 50 and 9C. RGB value is (8,80,156). Sum of RGB (Red+Green+Blue) = 8+80+156=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #08509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08509C is #F7AF63. Grayscale: #424242. Windows color (decimal): -16232292 or 10244104. OLE color: 10244104.

HSL color Cylindrical-coordinate representation of color #08509C: hue angle of 210.81º 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 #08509C is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 80 156 -
CMYK 0.95 0.49 0 0.39
HSL 210.81º 0.9% 0.32% -
HSV(B) 210.81º 0.95% 0.61% -
XYZ 8.97 8.19 32.56 -
YUV 67.14 178.15 85.82 -
System Red Green Blue C M Y K H S L
Decimal 8 80 156 0.95 0.49 0 0.39 210.81 0.9 0.32
Hex 8 50 9C 5F 31 0 27 D3 5A 20
Octal 10 120 234 137 61 0 47 323 132 40
Binary 1000 1010000 10011100 1011111 110001 0 100111 11010011 1011010 100000

Color Harmonies of #08509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08509C

Black with #08509C

Text Example


Text Example

White with #08509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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