#011F72

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

Shades of Sapphire #011F72

Tints of Sapphire #011F72

Color information

#011F72 (or 0x011F72) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 72. RGB value is (1,31,114). Sum of RGB (Red+Green+Blue) = 1+31+114=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 114 (44.92% from 255 or 78.08% from 146); Max value from RGB is 114 - color contains mainly: blue. Hex color #011F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F72 is #FEE08D. Grayscale: #1F1F1F. Windows color (decimal): -16703630 or 7479041. OLE color: 7479041.

HSL color Cylindrical-coordinate representation of color #011F72: hue angle of 224.07º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F72 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB131114-
CMYK0.990.7300.55
HSL224.07º98.26%22.55%-
HSV(B)224.07º99.12%44.71%-
XYZ3.542.216.16-
YUV31.49174.56106.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 114 (44.92% from 255) = 78.08%
R=0.68%
G=21.23%
B=78.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1311140.990.7300.55224.0798.2622.55
Hex11F726349037e06217
Octal13716214311106734014227
Binary111111111001011000111001001011011111100000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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