#010D5D

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

Shades of Sapphire #010D5D

Tints of Sapphire #010D5D

Color information

#010D5D (or 0x010D5D) is unknown color: approx Sapphire. HEX triplet: 01, 0D and 5D. RGB value is (1,13,93). Sum of RGB (Red+Green+Blue) = 1+13+93=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #010D5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D5D is #FEF2A2. Grayscale: #121212. Windows color (decimal): -16708259 or 6098177. OLE color: 6098177.

HSL color Cylindrical-coordinate representation of color #010D5D: hue angle of 232.17º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D5D is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB11393-
CMYK0.990.8600.64
HSL232.17º97.87%18.43%-
HSV(B)232.17º98.92%36.47%-
XYZ2.131.0810.45-
YUV18.53170.02115.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 93 (36.72% from 255) = 86.92%
R=0.93%
G=12.15%
B=86.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal113930.990.8600.64232.1797.8718.43
Hex1D5D6356040e86212
Octal115135143126010035014222
Binary111011011101110001110101100100000011101000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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