#011673

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

Shades of Sapphire #011673

Tints of Sapphire #011673

Color information

#011673 (or 0x011673) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 73. RGB value is (1,22,115). Sum of RGB (Red+Green+Blue) = 1+22+115=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 115 (45.31% from 255 or 83.33% from 138); Max value from RGB is 115 - color contains mainly: blue. Hex color #011673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011673 is #FEE98C. Grayscale: #191919. Windows color (decimal): -16705933 or 7542273. OLE color: 7542273.

HSL color Cylindrical-coordinate representation of color #011673: hue angle of 228.95º 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 #011673 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB122115-
CMYK0.990.8100.55
HSL228.95º98.28%22.75%-
HSV(B)228.95º99.13%45.1%-
XYZ3.391.8216.39-
YUV26.32178.04109.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 115 (45.31% from 255) = 83.33%
R=0.72%
G=15.94%
B=83.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1221150.990.8100.55228.9598.2822.75
Hex116736351037e56217
Octal12616314312106734514227
Binary110110111001111000111010001011011111100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011673; }

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

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

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

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

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

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

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

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