#010E47

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

Shades of Sapphire #010E47

Tints of Sapphire #010E47

Color information

#010E47 (or 0x010E47) is unknown color: approx Sapphire. HEX triplet: 01, 0E and 47. RGB value is (1,14,71). Sum of RGB (Red+Green+Blue) = 1+14+71=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 71 (28.12% from 255 or 82.56% from 86); Max value from RGB is 71 - color contains mainly: blue. Hex color #010E47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E47 is #FEF1B8. Grayscale: #101010. Windows color (decimal): -16708025 or 4656641. OLE color: 4656641.

HSL color Cylindrical-coordinate representation of color #010E47: hue angle of 228.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E47 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB11471-
CMYK0.990.8000.72
HSL228.86º97.22%14.12%-
HSV(B)228.86º98.59%27.84%-
XYZ1.310.786.04-
YUV16.61158.69116.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 71 (28.12% from 255) = 82.56%
R=1.16%
G=16.28%
B=82.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal114710.990.8000.72228.8697.2214.12
Hex1E476350048e561e
Octal116107143120011034514116
Binary11110100011111000111010000010010001110010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,14,71); }

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

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

 a { background-color: rgb(1,14,71); }

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

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

 span { border-color: rgb(1,14,71); }

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