#011755

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

Shades of Sapphire #011755

Tints of Sapphire #011755

Color information

#011755 (or 0x011755) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 55. RGB value is (1,23,85). Sum of RGB (Red+Green+Blue) = 1+23+85=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #011755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011755 is #FEE8AA. Grayscale: #171717. Windows color (decimal): -16705707 or 5576449. OLE color: 5576449.

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

Color convert

RGB12385-
CMYK0.990.7300.67
HSL224.29º97.67%16.86%-
HSV(B)224.29º98.82%33.33%-
XYZ1.961.288.74-
YUV23.49162.71111.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 85 (33.59% from 255) = 77.98%
R=0.92%
G=21.10%
B=77.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal123850.990.7300.67224.2997.6716.86
Hex117556349043e06211
Octal127125143111010334014221
Binary1101111010101110001110010010100001111100000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011755; }

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

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

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

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

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

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

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

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