#0A708B

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

Shades of Allports #0A708B

Tints of Allports #0A708B

Color information

#0A708B (or 0x0A708B) is unknown color: approx Allports. HEX triplet: 0A, 70 and 8B. RGB value is (10,112,139). Sum of RGB (Red+Green+Blue) = 10+112+139=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A708B is #F58F74. Grayscale: #545454. Windows color (decimal): -16093045 or 9138186. OLE color: 9138186.

HSL color Cylindrical-coordinate representation of color #0A708B: hue angle of 192.56º 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 #0A708B is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10112139-
CMYK0.930.1900.45
HSL192.56º86.58%29.22%-
HSV(B)192.56º92.81%54.51%-
XYZ10.5813.5226.48-
YUV84.58158.7174.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.83%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=3.83%
G=42.91%
B=53.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101121390.930.1900.45192.5686.5829.22
HexA708B5D1302Dc1571d
Octal121602131352305530112735
Binary1010111000010001011101110110011010110111000001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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