#0B688B

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

Shades of Allports #0B688B

Tints of Allports #0B688B

Color information

#0B688B (or 0x0B688B) is unknown color: approx Allports. HEX triplet: 0B, 68 and 8B. RGB value is (11,104,139). Sum of RGB (Red+Green+Blue) = 11+104+139=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B688B is #F49774. Grayscale: #4F4F4F. Windows color (decimal): -16029557 or 9136139. OLE color: 9136139.

HSL color Cylindrical-coordinate representation of color #0B688B: hue angle of 196.41º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B688B is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11104139-
CMYK0.920.2500.45
HSL196.41º85.33%29.41%-
HSV(B)196.41º92.09%54.51%-
XYZ9.7511.8426.2-
YUV80.18161.1978.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.33%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=4.33%
G=40.94%
B=54.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111041390.920.2500.45196.4185.3329.41
HexB688B5C1902Dc4551d
Octal131502131343105530412535
Binary1011110100010001011101110011001010110111000100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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