#011773

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

Shades of Sapphire #011773

Tints of Sapphire #011773

Color information

#011773 (or 0x011773) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 73. RGB value is (1,23,115). Sum of RGB (Red+Green+Blue) = 1+23+115=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 115 (45.31% from 255 or 82.73% from 139); Max value from RGB is 115 - color contains mainly: blue. Hex color #011773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011773 is #FEE88C. Grayscale: #1A1A1A. Windows color (decimal): -16705677 or 7542529. OLE color: 7542529.

HSL color Cylindrical-coordinate representation of color #011773: hue angle of 228.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011773 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB123115-
CMYK0.990.8000.55
HSL228.42º98.28%22.75%-
HSV(B)228.42º99.13%45.1%-
XYZ3.411.8616.4-
YUV26.91177.71109.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 115 (45.31% from 255) = 82.73%
R=0.72%
G=16.55%
B=82.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1231150.990.8000.55228.4298.2822.75
Hex117736350037e46217
Octal12716314312006734414227
Binary110111111001111000111010000011011111100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011773; }

 p { color: rgb(1,23,115); }

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

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

 a { background-color: rgb(1,23,115); }

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

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

 span { border-color: rgb(1,23,115); }

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