#011648

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

Shades of Sapphire #011648

Tints of Sapphire #011648

Color information

#011648 (or 0x011648) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 48. RGB value is (1,22,72). Sum of RGB (Red+Green+Blue) = 1+22+72=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #011648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011648 is #FEE9B7. Grayscale: #151515. Windows color (decimal): -16705976 or 4724225. OLE color: 4724225.

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

Color convert

RGB12272-
CMYK0.990.6900.72
HSL222.25º97.26%14.31%-
HSV(B)222.25º98.61%28.24%-
XYZ1.471.056.26-
YUV21.42156.54113.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 72 (28.52% from 255) = 75.79%
R=1.05%
G=23.16%
B=75.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal122720.990.6900.72222.2597.2614.31
Hex116486345048de61e
Octal126110143105011033614116
Binary110110100100011000111000101010010001101111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011648; }

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

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

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

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

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

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

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

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