#011748

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

Shades of Sapphire #011748

Tints of Sapphire #011748

Color information

#011748 (or 0x011748) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 48. RGB value is (1,23,72). Sum of RGB (Red+Green+Blue) = 1+23+72=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #011748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011748 is #FEE8B7. Grayscale: #151515. Windows color (decimal): -16705720 or 4724481. OLE color: 4724481.

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

Color convert

RGB12372-
CMYK0.990.6800.72
HSL221.41º97.26%14.31%-
HSV(B)221.41º98.61%28.24%-
XYZ1.491.096.26-
YUV22.01156.21113.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 72 (28.52% from 255) = 75%
R=1.04%
G=23.96%
B=75%

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
Decimal123720.990.6800.72221.4197.2614.31
Hex117486344048dd61e
Octal127110143104011033514116
Binary110111100100011000111000100010010001101110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011748; }

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

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

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

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

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

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

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

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