#0A1253

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

Shades of Sapphire #0A1253

Tints of Sapphire #0A1253

Color information

#0A1253 (or 0x0A1253) is unknown color: approx Sapphire. HEX triplet: 0A, 12 and 53. RGB value is (10,18,83). Sum of RGB (Red+Green+Blue) = 10+18+83=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A1253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1253 is #F5EDAC. Grayscale: #161616. Windows color (decimal): -16117165 or 5444106. OLE color: 5444106.

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

Color convert

RGB101883-
CMYK0.880.7800.67
HSL233.42º78.49%18.24%-
HSV(B)233.42º87.95%32.55%-
XYZ1.91.128.3-
YUV23.02161.85118.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.01%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 83 (32.81% from 255) = 74.77%
R=9.01%
G=16.22%
B=74.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1018830.880.7800.67233.4278.4918.24
HexA1253584E043e94e12
Octal1222123130116010335111622
Binary1010100101010011101100010011100100001111101001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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