#011F55

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

Shades of Sapphire #011F55

Tints of Sapphire #011F55

Color information

#011F55 (or 0x011F55) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 55. RGB value is (1,31,85). Sum of RGB (Red+Green+Blue) = 1+31+85=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 85 (33.59% from 255 or 72.65% from 117); Max value from RGB is 85 - color contains mainly: blue. Hex color #011F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F55 is #FEE0AA. Grayscale: #1B1B1B. Windows color (decimal): -16703659 or 5578497. OLE color: 5578497.

HSL color Cylindrical-coordinate representation of color #011F55: hue angle of 218.57º 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 #011F55 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB13185-
CMYK0.990.6400.67
HSL218.57º97.67%16.86%-
HSV(B)218.57º98.82%33.33%-
XYZ2.141.648.8-
YUV28.19160.06108.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 31 (12.5% from 255) = 26.50%
BLUE value IS 85 (33.59% from 255) = 72.65%
R=0.85%
G=26.50%
B=72.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal131850.990.6400.67218.5797.6716.86
Hex11F556340043db6211
Octal137125143100010333314221
Binary1111111010101110001110000000100001111011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011F55; }

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

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

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

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

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

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

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

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