#0A6487

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

Shades of Allports #0A6487

Tints of Allports #0A6487

Color information

#0A6487 (or 0x0A6487) is unknown color: approx Allports. HEX triplet: 0A, 64 and 87. RGB value is (10,100,135). Sum of RGB (Red+Green+Blue) = 10+100+135=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A6487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6487 is #F59B78. Grayscale: #4C4C4C. Windows color (decimal): -16096121 or 8872970. OLE color: 8872970.

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

Color convert

RGB10100135-
CMYK0.930.2600.47
HSL196.8º86.21%28.43%-
HSV(B)196.8º92.59%52.94%-
XYZ9.0610.9324.55-
YUV77.08160.6880.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=4.08%
G=40.82%
B=55.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101001350.930.2600.47196.886.2128.43
HexA64875D1A02Fc5561c
Octal121442071353205730512634
Binary1010110010010000111101110111010010111111000101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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