#011468

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

Shades of Sapphire #011468

Tints of Sapphire #011468

Color information

#011468 (or 0x011468) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 68. RGB value is (1,20,104). Sum of RGB (Red+Green+Blue) = 1+20+104=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #011468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011468 is #FEEB97. Grayscale: #171717. Windows color (decimal): -16706456 or 6820865. OLE color: 6820865.

HSL color Cylindrical-coordinate representation of color #011468: hue angle of 228.93º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011468 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB120104-
CMYK0.990.8100.59
HSL228.93º98.1%20.59%-
HSV(B)228.93º99.04%40.78%-
XYZ2.761.5113.24-
YUV23.89173.21111.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 104 (41.02% from 255) = 83.2%
R=0.8%
G=16%
B=83.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1201040.990.8100.59228.9398.120.59
Hex11468635103Be56215
Octal12415014312107334514225
Binary110100110100011000111010001011101111100101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011468; }

 p { color: rgb(1,20,104); }

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

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

 a { background-color: rgb(1,20,104); }

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

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

 span { border-color: rgb(1,20,104); }

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