#011F47

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

Shades of Sapphire #011F47

Tints of Sapphire #011F47

Color information

#011F47 (or 0x011F47) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 47. RGB value is (1,31,71). Sum of RGB (Red+Green+Blue) = 1+31+71=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 71 (28.12% from 255 or 68.93% from 103); Max value from RGB is 71 - color contains mainly: blue. Hex color #011F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F47 is #FEE0B8. Grayscale: #1A1A1A. Windows color (decimal): -16703673 or 4660993. OLE color: 4660993.

HSL color Cylindrical-coordinate representation of color #011F47: hue angle of 214.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F47 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB13171-
CMYK0.990.5600.72
HSL214.29º97.22%14.12%-
HSV(B)214.29º98.59%27.84%-
XYZ1.641.446.15-
YUV26.59153.06109.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 71 (28.12% from 255) = 68.93%
R=0.97%
G=30.10%
B=68.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal131710.990.5600.72214.2997.2214.12
Hex11F476338048d661e
Octal13710714370011032614116
Binary11111110001111100011111000010010001101011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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