#0A6082

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

Shades of Allports #0A6082

Tints of Allports #0A6082

Color information

#0A6082 (or 0x0A6082) is unknown color: approx Allports. HEX triplet: 0A, 60 and 82. RGB value is (10,96,130). Sum of RGB (Red+Green+Blue) = 10+96+130=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A6082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6082 is #F59F7D. Grayscale: #494949. Windows color (decimal): -16097150 or 8544266. OLE color: 8544266.

HSL color Cylindrical-coordinate representation of color #0A6082: hue angle of 197º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6082 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1096130-
CMYK0.920.2600.49
HSL197º85.71%27.45%-
HSV(B)197º92.31%50.98%-
XYZ8.3410.0422.62-
YUV74.16159.5182.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.24%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=4.24%
G=40.68%
B=55.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10961300.920.2600.4919785.7127.45
HexA60825C1A031c5561b
Octal121402021343206130512633
Binary1010110000010000010101110011010011000111000101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,96,130); }

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

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

 a { background-color: rgb(10,96,130); }

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

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

 span { border-color: rgb(10,96,130); }

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