#011271

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

Shades of Sapphire #011271

Tints of Sapphire #011271

Color information

#011271 (or 0x011271) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 71. RGB value is (1,18,113). Sum of RGB (Red+Green+Blue) = 1+18+113=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 113 (44.53% from 255 or 85.61% from 132); Max value from RGB is 113 - color contains mainly: blue. Hex color #011271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011271 is #FEED8E. Grayscale: #171717. Windows color (decimal): -16706959 or 7410177. OLE color: 7410177.

HSL color Cylindrical-coordinate representation of color #011271: hue angle of 230.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011271 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB118113-
CMYK0.990.8400.56
HSL230.89º98.25%22.35%-
HSV(B)230.89º99.12%44.31%-
XYZ3.211.6315.77-
YUV23.75178.37111.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 113 (44.53% from 255) = 85.61%
R=0.76%
G=13.64%
B=85.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1181130.990.8400.56230.8998.2522.35
Hex112716354038e76216
Octal12216114312407034714226
Binary110010111000111000111010100011100011100111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011271; }

 p { color: rgb(1,18,113); }

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

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

 a { background-color: rgb(1,18,113); }

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

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

 span { border-color: rgb(1,18,113); }

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