#0A2253

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

Shades of Sapphire #0A2253

Tints of Sapphire #0A2253

Color information

#0A2253 (or 0x0A2253) is unknown color: approx Sapphire. HEX triplet: 0A, 22 and 53. RGB value is (10,34,83). Sum of RGB (Red+Green+Blue) = 10+34+83=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A2253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2253 is #F5DDAC. Grayscale: #202020. Windows color (decimal): -16113069 or 5448202. OLE color: 5448202.

HSL color Cylindrical-coordinate representation of color #0A2253: hue angle of 220.27º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A2253 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB103483-
CMYK0.880.5900.67
HSL220.27º78.49%18.24%-
HSV(B)220.27º87.95%32.55%-
XYZ2.261.838.42-
YUV32.41156.55112.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 83 (32.81% from 255) = 65.35%
R=7.87%
G=26.77%
B=65.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1034830.880.5900.67220.2778.4918.24
HexA2253583B043dc4e12
Octal124212313073010333411622
Binary1010100010101001110110001110110100001111011100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,34,83); }

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

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

 a { background-color: rgb(10,34,83); }

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

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

 span { border-color: rgb(10,34,83); }

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