#0A2065

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

Shades of Sapphire #0A2065

Tints of Sapphire #0A2065

Color information

#0A2065 (or 0x0A2065) is unknown color: approx Sapphire. HEX triplet: 0A, 20 and 65. RGB value is (10,32,101). Sum of RGB (Red+Green+Blue) = 10+32+101=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A2065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2065 is #F5DF9A. Grayscale: #202020. Windows color (decimal): -16113563 or 6627338. OLE color: 6627338.

HSL color Cylindrical-coordinate representation of color #0A2065: hue angle of 225.49º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2065 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1032101-
CMYK0.900.6800.60
HSL225.49º81.98%21.76%-
HSV(B)225.49º90.1%39.61%-
XYZ2.992.0412.55-
YUV33.29166.21111.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.99%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 101 (39.84% from 255) = 70.63%
R=6.99%
G=22.38%
B=70.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10321010.900.6800.60225.4981.9821.76
HexA20655A4403Ce15216
Octal124014513210407434112226
Binary1010100000110010110110101000100011110011100001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,32,101); }

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

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

 a { background-color: rgb(10,32,101); }

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

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

 span { border-color: rgb(10,32,101); }

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