#011F51

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

Shades of Sapphire #011F51

Tints of Sapphire #011F51

Color information

#011F51 (or 0x011F51) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 51. RGB value is (1,31,81). Sum of RGB (Red+Green+Blue) = 1+31+81=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #011F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F51 is #FEE0AE. Grayscale: #1B1B1B. Windows color (decimal): -16703663 or 5316353. OLE color: 5316353.

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

Color convert

RGB13181-
CMYK0.990.6200.68
HSL217.5º97.56%16.08%-
HSV(B)217.5º98.77%31.76%-
XYZ1.991.587.98-
YUV27.73158.06108.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 81 (32.03% from 255) = 71.68%
R=0.88%
G=27.43%
B=71.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal131810.990.6200.68217.597.5616.08
Hex11F51633E044da6210
Octal13712114376010433214220
Binary111111101000111000111111100100010011011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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