#011747

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

Shades of Sapphire #011747

Tints of Sapphire #011747

Color information

#011747 (or 0x011747) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 47. RGB value is (1,23,71). Sum of RGB (Red+Green+Blue) = 1+23+71=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #011747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011747 is #FEE8B8. Grayscale: #151515. Windows color (decimal): -16705721 or 4658945. OLE color: 4658945.

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

Color convert

RGB12371-
CMYK0.990.6800.72
HSL221.14º97.22%14.12%-
HSV(B)221.14º98.59%27.84%-
XYZ1.461.076.09-
YUV21.89155.71113.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 71 (28.12% from 255) = 74.74%
R=1.05%
G=24.21%
B=74.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal123710.990.6800.72221.1497.2214.12
Hex117476344048dd61e
Octal127107143104011033514116
Binary110111100011111000111000100010010001101110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011747; }

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

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

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

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

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

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

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

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