#0A2356

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

Shades of Sapphire #0A2356

Tints of Sapphire #0A2356

Color information

#0A2356 (or 0x0A2356) is unknown color: approx Sapphire. HEX triplet: 0A, 23 and 56. RGB value is (10,35,86). Sum of RGB (Red+Green+Blue) = 10+35+86=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A2356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2356 is #F5DCA9. Grayscale: #212121. Windows color (decimal): -16112810 or 5645066. OLE color: 5645066.

HSL color Cylindrical-coordinate representation of color #0A2356: hue angle of 220.26º 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 #0A2356 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB103586-
CMYK0.880.5900.66
HSL220.26º79.17%18.82%-
HSV(B)220.26º88.37%33.73%-
XYZ2.411.949.05-
YUV33.34157.72111.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.63%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 86 (33.98% from 255) = 65.65%
R=7.63%
G=26.72%
B=65.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1035860.880.5900.66220.2679.1718.82
HexA2356583B042dc4f13
Octal124312613073010233411723
Binary1010100011101011010110001110110100001011011100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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