#01156F

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

Shades of Sapphire #01156F

Tints of Sapphire #01156F

Color information

#01156F (or 0x01156F) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 6F. RGB value is (1,21,111). Sum of RGB (Red+Green+Blue) = 1+21+111=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 111 (43.75% from 255 or 83.46% from 133); Max value from RGB is 111 - color contains mainly: blue. Hex color #01156F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01156F is #FEEA90. Grayscale: #181818. Windows color (decimal): -16706193 or 7279873. OLE color: 7279873.

HSL color Cylindrical-coordinate representation of color #01156F: hue angle of 229.09º 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 #01156F is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB121111-
CMYK0.990.8100.56
HSL229.09º98.21%21.96%-
HSV(B)229.09º99.1%43.53%-
XYZ3.151.6915.2-
YUV25.28176.37110.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 111 (43.75% from 255) = 83.46%
R=0.75%
G=15.79%
B=83.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1211110.990.8100.56229.0998.2121.96
Hex1156F6351038e56216
Octal12515714312107034514226
Binary110101110111111000111010001011100011100101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01156F; }

 p { color: rgb(1,21,111); }

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

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

 a { background-color: rgb(1,21,111); }

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

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

 span { border-color: rgb(1,21,111); }

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