#01105A

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

Shades of Sapphire #01105A

Tints of Sapphire #01105A

Color information

#01105A (or 0x01105A) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 5A. RGB value is (1,16,90). Sum of RGB (Red+Green+Blue) = 1+16+90=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #01105A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01105A is #FEEFA5. Grayscale: #131313. Windows color (decimal): -16707494 or 5902337. OLE color: 5902337.

HSL color Cylindrical-coordinate representation of color #01105A: hue angle of 229.89º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01105A is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB11690-
CMYK0.990.8200.65
HSL229.89º97.8%17.84%-
HSV(B)229.89º98.89%35.29%-
XYZ2.041.129.78-
YUV19.95167.53114.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 90 (35.55% from 255) = 84.11%
R=0.93%
G=14.95%
B=84.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal116900.990.8200.65229.8997.817.84
Hex1105A6352041e66212
Octal120132143122010134614222
Binary1100001011010110001110100100100000111100110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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