Html Css Color HEX #08549C Cobalt

📋 copy color: '#08549C'

red 8 ◦ green 84 ◦ blue 156

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

Shades of Cobalt #08549C

Tints of Cobalt #08549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.87%

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

R = 3.23%
G = 33.87%
B = 62.9%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08549C (or 0x08549C) is known color: Cobalt. HEX triplet: 08, 54 and 9C. RGB value is (8,84,156). Sum of RGB (Red+Green+Blue) = 8+84+156=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #08549C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08549C is #F7AB63. Grayscale: #454545. Windows color (decimal): -16231268 or 10245128. OLE color: 10245128.

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

Color convert

RGB 8 84 156 -
CMYK 0.95 0.46 0 0.39
HSL 209.19º 0.9% 0.32% -
HSV(B) 209.19º 0.95% 0.61% -
XYZ 9.27 8.79 32.66 -
YUV 69.48 176.82 84.15 -
System Red Green Blue C M Y K H S L
Decimal 8 84 156 0.95 0.46 0 0.39 209.19 0.9 0.32
Hex 8 54 9C 5F 2E 0 27 D1 5A 20
Octal 10 124 234 137 56 0 47 321 132 40
Binary 1000 1010100 10011100 1011111 101110 0 100111 11010001 1011010 100000

Color Harmonies of #08549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08549C

Black with #08549C

Text Example


Text Example

White with #08549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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