#0A708C

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

Shades of Allports #0A708C

Tints of Allports #0A708C

Color information

#0A708C (or 0x0A708C) is unknown color: approx Allports. HEX triplet: 0A, 70 and 8C. RGB value is (10,112,140). Sum of RGB (Red+Green+Blue) = 10+112+140=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A708C is #F58F73. Grayscale: #545454. Windows color (decimal): -16093044 or 9203722. OLE color: 9203722.

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

Color convert

RGB10112140-
CMYK0.930.2000.45
HSL192.92º86.67%29.41%-
HSV(B)192.92º92.86%54.9%-
XYZ10.6513.5526.86-
YUV84.69159.2174.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 140 (55.08% from 255) = 53.44%
R=3.82%
G=42.75%
B=53.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101121400.930.2000.45192.9286.6729.41
HexA708C5D1402Dc1571d
Octal121602141352405530112735
Binary1010111000010001100101110110100010110111000001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,112,140); }

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

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

 a { background-color: rgb(10,112,140); }

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

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

 span { border-color: rgb(10,112,140); }

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