#0B6686

Color #0B6686 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #0B6686

Tints of Allports #0B6686

Color information

#0B6686 (or 0x0B6686) is unknown color: approx Allports. HEX triplet: 0B, 66 and 86. RGB value is (11,102,134). Sum of RGB (Red+Green+Blue) = 11+102+134=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #0B6686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6686 is #F49979. Grayscale: #4E4E4E. Windows color (decimal): -16030074 or 8807947. OLE color: 8807947.

HSL color Cylindrical-coordinate representation of color #0B6686: hue angle of 195.61º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6686 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11102134-
CMYK0.920.2400.47
HSL195.61º84.83%28.43%-
HSV(B)195.61º91.79%52.55%-
XYZ9.1911.324.25-
YUV78.44159.3579.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.45%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 134 (52.73% from 255) = 54.25%
R=4.45%
G=41.30%
B=54.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111021340.920.2400.47195.6184.8328.43
HexB66865C1802Fc4551c
Octal131462061343005730412534
Binary1011110011010000110101110011000010111111000100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B6686; }

 p { color: rgb(11,102,134); }

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

<style>
 a { background-color: #0B6686; }

 a { background-color: rgb(11,102,134); }

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

<style>
 span { border-color: #0B6686; }

 span { border-color: rgb(11,102,134); }

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