#010D57

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

Shades of Sapphire #010D57

Tints of Sapphire #010D57

Color information

#010D57 (or 0x010D57) is unknown color: approx Sapphire. HEX triplet: 01, 0D and 57. RGB value is (1,13,87). Sum of RGB (Red+Green+Blue) = 1+13+87=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 87 (34.38% from 255 or 86.14% from 101); Max value from RGB is 87 - color contains mainly: blue. Hex color #010D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D57 is #FEF2A8. Grayscale: #111111. Windows color (decimal): -16708265 or 5704961. OLE color: 5704961.

HSL color Cylindrical-coordinate representation of color #010D57: hue angle of 231.63º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D57 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB11387-
CMYK0.990.8500.66
HSL231.63º97.73%17.25%-
HSV(B)231.63º98.85%34.12%-
XYZ1.880.989.11-
YUV17.85167.02115.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 13 (5.47% from 255) = 12.87%
BLUE value IS 87 (34.38% from 255) = 86.14%
R=0.99%
G=12.87%
B=86.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal113870.990.8500.66231.6397.7317.25
Hex1D576355042e86211
Octal115127143125010235014221
Binary111011010111110001110101010100001011101000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010D57; }

 p { color: rgb(1,13,87); }

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

<style>
 a { background-color: #010D57; }

 a { background-color: rgb(1,13,87); }

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

<style>
 span { border-color: #010D57; }

 span { border-color: rgb(1,13,87); }

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