#0A2160

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

Shades of Sapphire #0A2160

Tints of Sapphire #0A2160

Color information

#0A2160 (or 0x0A2160) is unknown color: approx Sapphire. HEX triplet: 0A, 21 and 60. RGB value is (10,33,96). Sum of RGB (Red+Green+Blue) = 10+33+96=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A2160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2160 is #F5DE9F. Grayscale: #212121. Windows color (decimal): -16113312 or 6299914. OLE color: 6299914.

HSL color Cylindrical-coordinate representation of color #0A2160: hue angle of 223.95º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2160 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB103396-
CMYK0.900.6600.62
HSL223.95º81.13%20.78%-
HSV(B)223.95º89.58%37.65%-
XYZ2.78211.31-
YUV33.3163.38111.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.19%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 96 (37.89% from 255) = 69.06%
R=7.19%
G=23.74%
B=69.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1033960.900.6600.62223.9581.1320.78
HexA21605A4203Ee05115
Octal124114013210207634012125
Binary1010100001110000010110101000010011111011100000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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