#0A1753

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

Shades of Sapphire #0A1753

Tints of Sapphire #0A1753

Color information

#0A1753 (or 0x0A1753) is unknown color: approx Sapphire. HEX triplet: 0A, 17 and 53. RGB value is (10,23,83). Sum of RGB (Red+Green+Blue) = 10+23+83=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A1753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1753 is #F5E8AC. Grayscale: #191919. Windows color (decimal): -16115885 or 5445386. OLE color: 5445386.

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

Color convert

RGB102383-
CMYK0.880.7200.67
HSL229.32º78.49%18.24%-
HSV(B)229.32º87.95%32.55%-
XYZ1.991.38.33-
YUV25.95160.19116.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 83 (32.81% from 255) = 71.55%
R=8.62%
G=19.83%
B=71.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1023830.880.7200.67229.3278.4918.24
HexA17535848043e54e12
Octal1227123130110010334511622
Binary1010101111010011101100010010000100001111100101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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