#011F4F

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

Shades of Sapphire #011F4F

Tints of Sapphire #011F4F

Color information

#011F4F (or 0x011F4F) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 4F. RGB value is (1,31,79). Sum of RGB (Red+Green+Blue) = 1+31+79=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #011F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F4F is #FEE0B0. Grayscale: #1B1B1B. Windows color (decimal): -16703665 or 5185281. OLE color: 5185281.

HSL color Cylindrical-coordinate representation of color #011F4F: hue angle of 216.92º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F4F is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB13179-
CMYK0.990.6100.69
HSL216.92º97.5%15.69%-
HSV(B)216.92º98.73%30.98%-
XYZ1.911.557.6-
YUV27.5157.06109.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 79 (31.25% from 255) = 71.17%
R=0.90%
G=27.93%
B=71.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal131790.990.6100.69216.9297.515.69
Hex11F4F633D045d96210
Octal13711714375010533114220
Binary111111100111111000111111010100010111011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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