#01105E

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

Shades of Sapphire #01105E

Tints of Sapphire #01105E

Color information

#01105E (or 0x01105E) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 5E. RGB value is (1,16,94). Sum of RGB (Red+Green+Blue) = 1+16+94=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #01105E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01105E is #FEEFA1. Grayscale: #141414. Windows color (decimal): -16707490 or 6164481. OLE color: 6164481.

HSL color Cylindrical-coordinate representation of color #01105E: hue angle of 230.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01105E is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB11694-
CMYK0.990.8300.63
HSL230.32º97.89%18.63%-
HSV(B)230.32º98.94%36.86%-
XYZ2.221.1910.7-
YUV20.41169.53114.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 94 (37.11% from 255) = 84.68%
R=0.90%
G=14.41%
B=84.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal116940.990.8300.63230.3297.8918.63
Hex1105E635303Fe66213
Octal12013614312307734614223
Binary110000101111011000111010011011111111100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01105E; }

 p { color: rgb(1,16,94); }

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

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

 a { background-color: rgb(1,16,94); }

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

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

 span { border-color: rgb(1,16,94); }

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