#011450

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

Shades of Sapphire #011450

Tints of Sapphire #011450

Color information

#011450 (or 0x011450) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 50. RGB value is (1,20,80). Sum of RGB (Red+Green+Blue) = 1+20+80=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #011450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011450 is #FEEBAF. Grayscale: #141414. Windows color (decimal): -16706480 or 5248001. OLE color: 5248001.

HSL color Cylindrical-coordinate representation of color #011450: hue angle of 225.57º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011450 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB12080-
CMYK0.990.7500.69
HSL225.57º97.53%15.88%-
HSV(B)225.57º98.75%31.37%-
XYZ1.711.097.71-
YUV21.16161.21113.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 80 (31.64% from 255) = 79.21%
R=0.99%
G=19.80%
B=79.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal120800.990.7500.69225.5797.5315.88
Hex11450634B045e26210
Octal124120143113010534214220
Binary1101001010000110001110010110100010111100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011450; }

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

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

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

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

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

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

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

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