#011373

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

Shades of Sapphire #011373

Tints of Sapphire #011373

Color information

#011373 (or 0x011373) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 73. RGB value is (1,19,115). Sum of RGB (Red+Green+Blue) = 1+19+115=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #011373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011373 is #FEEC8C. Grayscale: #181818. Windows color (decimal): -16706701 or 7541505. OLE color: 7541505.

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

Color convert

RGB119115-
CMYK0.990.8300.55
HSL230.53º98.28%22.75%-
HSV(B)230.53º99.13%45.1%-
XYZ3.341.7116.37-
YUV24.56179.04111.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 115 (45.31% from 255) = 85.19%
R=0.74%
G=14.07%
B=85.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1191150.990.8300.55230.5398.2822.75
Hex113736353037e76217
Octal12316314312306734714227
Binary110011111001111000111010011011011111100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011373; }

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

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

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

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

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

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

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

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