#0A688F

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

Shades of Allports #0A688F

Tints of Allports #0A688F

Color information

#0A688F (or 0x0A688F) is unknown color: approx Allports. HEX triplet: 0A, 68 and 8F. RGB value is (10,104,143). Sum of RGB (Red+Green+Blue) = 10+104+143=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #0A688F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A688F is #F59770. Grayscale: #505050. Windows color (decimal): -16095089 or 9398282. OLE color: 9398282.

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

Color convert

RGB10104143-
CMYK0.930.2700.44
HSL197.59º86.93%30%-
HSV(B)197.59º93.01%56.08%-
XYZ10.0311.9527.76-
YUV80.34163.3677.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.89%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 143 (56.25% from 255) = 55.64%
R=3.89%
G=40.47%
B=55.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101041430.930.2700.44197.5986.9330
HexA688F5D1B02Cc6571e
Octal121502171353305430612736
Binary1010110100010001111101110111011010110011000110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,104,143); }

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

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

 a { background-color: rgb(10,104,143); }

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

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

 span { border-color: rgb(10,104,143); }

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