#011751

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

Shades of Sapphire #011751

Tints of Sapphire #011751

Color information

#011751 (or 0x011751) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 51. RGB value is (1,23,81). Sum of RGB (Red+Green+Blue) = 1+23+81=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #011751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011751 is #FEE8AE. Grayscale: #161616. Windows color (decimal): -16705711 or 5314305. OLE color: 5314305.

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

Color convert

RGB12381-
CMYK0.990.7200.68
HSL223.5º97.56%16.08%-
HSV(B)223.5º98.77%31.76%-
XYZ1.81.217.92-
YUV23.03160.71112.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 23 (9.38% from 255) = 21.90%
BLUE value IS 81 (32.03% from 255) = 77.14%
R=0.95%
G=21.90%
B=77.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal123810.990.7200.68223.597.5616.08
Hex117516348044e06210
Octal127121143110010434014220
Binary1101111010001110001110010000100010011100000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011751; }

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

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

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

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

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

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

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

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