#01156C

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

Shades of Sapphire #01156C

Tints of Sapphire #01156C

Color information

#01156C (or 0x01156C) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 6C. RGB value is (1,21,108). Sum of RGB (Red+Green+Blue) = 1+21+108=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #01156C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01156C is #FEEA93. Grayscale: #181818. Windows color (decimal): -16706196 or 7083265. OLE color: 7083265.

HSL color Cylindrical-coordinate representation of color #01156C: hue angle of 228.79º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01156C is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB121108-
CMYK0.990.8100.58
HSL228.79º98.17%21.37%-
HSV(B)228.79º99.07%42.35%-
XYZ2.991.6314.34-
YUV24.94174.87110.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 108 (42.58% from 255) = 83.08%
R=0.77%
G=16.15%
B=83.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1211080.990.8100.58228.7998.1721.37
Hex1156C635103Ae56215
Octal12515414312107234514225
Binary110101110110011000111010001011101011100101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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