#011347

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

Shades of Sapphire #011347

Tints of Sapphire #011347

Color information

#011347 (or 0x011347) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 47. RGB value is (1,19,71). Sum of RGB (Red+Green+Blue) = 1+19+71=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #011347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011347 is #FEECB8. Grayscale: #131313. Windows color (decimal): -16706745 or 4657921. OLE color: 4657921.

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

Color convert

RGB11971-
CMYK0.990.7300.72
HSL224.57º97.22%14.12%-
HSV(B)224.57º98.59%27.84%-
XYZ1.380.936.07-
YUV19.55157.04114.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 71 (28.12% from 255) = 78.02%
R=1.10%
G=20.88%
B=78.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal119710.990.7300.72224.5797.2214.12
Hex113476349048e161e
Octal123107143111011034114116
Binary110011100011111000111001001010010001110000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011347; }

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

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

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

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

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

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

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

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