#011651

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

Shades of Sapphire #011651

Tints of Sapphire #011651

Color information

#011651 (or 0x011651) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 51. RGB value is (1,22,81). Sum of RGB (Red+Green+Blue) = 1+22+81=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #011651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011651 is #FEE9AE. Grayscale: #161616. Windows color (decimal): -16705967 or 5314049. OLE color: 5314049.

HSL color Cylindrical-coordinate representation of color #011651: hue angle of 224.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011651 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB12281-
CMYK0.990.7300.68
HSL224.25º97.56%16.08%-
HSV(B)224.25º98.77%31.76%-
XYZ1.781.177.92-
YUV22.45161.04112.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 81 (32.03% from 255) = 77.88%
R=0.96%
G=21.15%
B=77.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal122810.990.7300.68224.2597.5616.08
Hex116516349044e06210
Octal126121143111010434014220
Binary1101101010001110001110010010100010011100000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011651; }

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

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

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

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

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

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

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

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