#0B688E

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

Shades of Allports #0B688E

Tints of Allports #0B688E

Color information

#0B688E (or 0x0B688E) is unknown color: approx Allports. HEX triplet: 0B, 68 and 8E. RGB value is (11,104,142). Sum of RGB (Red+Green+Blue) = 11+104+142=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #0B688E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B688E is #F49771. Grayscale: #505050. Windows color (decimal): -16029554 or 9332747. OLE color: 9332747.

HSL color Cylindrical-coordinate representation of color #0B688E: hue angle of 197.4º 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 #0B688E is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11104142-
CMYK0.920.2700.44
HSL197.4º85.62%30%-
HSV(B)197.4º92.25%55.69%-
XYZ9.9711.9227.37-
YUV80.52162.6978.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.28%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=4.28%
G=40.47%
B=55.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111041420.920.2700.44197.485.6230
HexB688E5C1B02Cc5561e
Octal131502161343305430512636
Binary1011110100010001110101110011011010110011000101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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