#0B6A8E

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

Shades of Allports #0B6A8E

Tints of Allports #0B6A8E

Color information

#0B6A8E (or 0x0B6A8E) is unknown color: approx Allports. HEX triplet: 0B, 6A and 8E. RGB value is (11,106,142). Sum of RGB (Red+Green+Blue) = 11+106+142=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #0B6A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6A8E is #F49571. Grayscale: #515151. Windows color (decimal): -16029042 or 9333259. OLE color: 9333259.

HSL color Cylindrical-coordinate representation of color #0B6A8E: hue angle of 196.49º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6A8E is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11106142-
CMYK0.920.2500.44
HSL196.49º85.62%30%-
HSV(B)196.49º92.25%55.69%-
XYZ10.1712.3327.44-
YUV81.7162.0377.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.25%
GREEN value IS 106 (41.80% from 255) = 40.93%
BLUE value IS 142 (55.86% from 255) = 54.83%
R=4.25%
G=40.93%
B=54.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111061420.920.2500.44196.4985.6230
HexB6A8E5C1902Cc4561e
Octal131522161343105430412636
Binary1011110101010001110101110011001010110011000100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,106,142); }

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

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

 a { background-color: rgb(11,106,142); }

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

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

 span { border-color: rgb(11,106,142); }

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