#0806CB

Color #0806CB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0806CB

Tints of Medium Blue #0806CB

Color information

#0806CB (or 0x0806CB) is unknown color: approx Medium Blue. HEX triplet: 08, 06 and CB. RGB value is (8,6,203). Sum of RGB (Red+Green+Blue) = 8+6+203=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 203 (79.69% from 255 or 93.55% from 217); Max value from RGB is 203 - color contains mainly: blue. Hex color #0806CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806CB is #F7F934. Grayscale: #1C1C1C. Windows color (decimal): -16251189 or 13305352. OLE color: 13305352.

HSL color Cylindrical-coordinate representation of color #0806CB: hue angle of 240.61º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0806CB is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86203-
CMYK0.960.9700.20
HSL240.61º94.26%40.98%-
HSV(B)240.61º97.04%79.61%-
XYZ10.944.4956.79-
YUV29.06226.16112.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 203 (79.69% from 255) = 93.55%
R=3.69%
G=2.76%
B=93.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal862030.960.9700.20240.6194.2640.98
Hex86CB6061014f15e29
Octal10631314014102436113651
Binary10001101100101111000001100001010100111100011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0806CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0806CB; }

 p { color: rgb(8,6,203); }

 H1.HeaderClassName
 {
   color: #0806CB;
 }
 .AnyTagClassName
 {
   color: #0806CB;
 }
</style>
background-color css

<style>
 a { background-color: #0806CB; }

 a { background-color: rgb(8,6,203); }

 div.DivClassName
 {
   background-color: #0806CB;
 }
 .BgClassName
 {
   background-color: #0806CB;
 }
</style>
border-color css

<style>
 span { border-color: #0806CB; }

 span { border-color: rgb(8,6,203); }

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