#0A1457

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

Shades of Sapphire #0A1457

Tints of Sapphire #0A1457

Color information

#0A1457 (or 0x0A1457) is unknown color: approx Sapphire. HEX triplet: 0A, 14 and 57. RGB value is (10,20,87). Sum of RGB (Red+Green+Blue) = 10+20+87=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 87 (34.38% from 255 or 74.36% from 117); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A1457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1457 is #F5EBA8. Grayscale: #181818. Windows color (decimal): -16116649 or 5706762. OLE color: 5706762.

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

Color convert

RGB102087-
CMYK0.890.7700.66
HSL232.21º79.38%19.02%-
HSV(B)232.21º88.51%34.12%-
XYZ2.11.259.15-
YUV24.65163.19117.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.55%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 87 (34.38% from 255) = 74.36%
R=8.55%
G=17.09%
B=74.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1020870.890.7700.66232.2179.3819.02
HexA1457594D042e84f13
Octal1224127131115010235011723
Binary1010101001010111101100110011010100001011101000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,87); }

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

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

 a { background-color: rgb(10,20,87); }

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

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

 span { border-color: rgb(10,20,87); }

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