#0A7187

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

Shades of Allports #0A7187

Tints of Allports #0A7187

Color information

#0A7187 (or 0x0A7187) is unknown color: approx Allports. HEX triplet: 0A, 71 and 87. RGB value is (10,113,135). Sum of RGB (Red+Green+Blue) = 10+113+135=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A7187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7187 is #F58E78. Grayscale: #545454. Windows color (decimal): -16092793 or 8876298. OLE color: 8876298.

HSL color Cylindrical-coordinate representation of color #0A7187: hue angle of 190.56º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7187 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10113135-
CMYK0.930.1600.47
HSL190.56º86.21%28.43%-
HSV(B)190.56º92.59%52.94%-
XYZ10.413.6225-
YUV84.71156.3874.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.88%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 135 (53.12% from 255) = 52.33%
R=3.88%
G=43.80%
B=52.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101131350.930.1600.47190.5686.2128.43
HexA71875D1002Fbf561c
Octal121612071352005727712634
Binary1010111000110000111101110110000010111110111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,113,135); }

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

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

 a { background-color: rgb(10,113,135); }

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

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

 span { border-color: rgb(10,113,135); }

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