#01165A

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

Shades of Sapphire #01165A

Tints of Sapphire #01165A

Color information

#01165A (or 0x01165A) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 5A. RGB value is (1,22,90). Sum of RGB (Red+Green+Blue) = 1+22+90=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #01165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01165A is #FEE9A5. Grayscale: #171717. Windows color (decimal): -16705958 or 5903873. OLE color: 5903873.

HSL color Cylindrical-coordinate representation of color #01165A: hue angle of 225.84º 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 #01165A is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12290-
CMYK0.990.7600.65
HSL225.84º97.8%17.84%-
HSV(B)225.84º98.89%35.29%-
XYZ2.141.329.81-
YUV23.47165.54111.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 90 (35.55% from 255) = 79.65%
R=0.88%
G=19.47%
B=79.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal122900.990.7600.65225.8497.817.84
Hex1165A634C041e26212
Octal126132143114010134214222
Binary1101101011010110001110011000100000111100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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