Html Css Color HEX #08569B Cobalt

📋 copy color: '#08569B'

red 8 ◦ green 86 ◦ blue 155

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

Shades of Cobalt #08569B

Tints of Cobalt #08569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.54%

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

R = 3.21%
G = 34.54%
B = 62.25%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08569B (or 0x08569B) is known color: Cobalt. HEX triplet: 08, 56 and 9B. RGB value is (8,86,155). Sum of RGB (Red+Green+Blue) = 8+86+155=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #08569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08569B is #F7A964. Grayscale: #464646. Windows color (decimal): -16230757 or 10180104. OLE color: 10180104.

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

Color convert

RGB 8 86 155 -
CMYK 0.95 0.45 0 0.39
HSL 208.16º 0.9% 0.32% -
HSV(B) 208.16º 0.95% 0.61% -
XYZ 9.34 9.07 32.27 -
YUV 70.54 175.66 83.39 -
System Red Green Blue C M Y K H S L
Decimal 8 86 155 0.95 0.45 0 0.39 208.16 0.9 0.32
Hex 8 56 9B 5F 2D 0 27 D0 5A 20
Octal 10 126 233 137 55 0 47 320 132 40
Binary 1000 1010110 10011011 1011111 101101 0 100111 11010000 1011010 100000

Color Harmonies of #08569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08569B

Black with #08569B

Text Example


Text Example

White with #08569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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