#0A1756

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

Shades of Sapphire #0A1756

Tints of Sapphire #0A1756

Color information

#0A1756 (or 0x0A1756) is unknown color: approx Sapphire. HEX triplet: 0A, 17 and 56. RGB value is (10,23,86). Sum of RGB (Red+Green+Blue) = 10+23+86=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 86 (33.98% from 255 or 72.27% from 119); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A1756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1756 is #F5E8A9. Grayscale: #1A1A1A. Windows color (decimal): -16115882 or 5641994. OLE color: 5641994.

HSL color Cylindrical-coordinate representation of color #0A1756: hue angle of 229.74º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1756 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB102386-
CMYK0.880.7300.66
HSL229.74º79.17%18.82%-
HSV(B)229.74º88.37%33.73%-
XYZ2.111.358.95-
YUV26.3161.69116.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.40%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 86 (33.98% from 255) = 72.27%
R=8.40%
G=19.33%
B=72.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1023860.880.7300.66229.7479.1718.82
HexA17565849042e64f13
Octal1227126130111010234611723
Binary1010101111010110101100010010010100001011100110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,23,86); }

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

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

 a { background-color: rgb(10,23,86); }

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

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

 span { border-color: rgb(10,23,86); }

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