#011454

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

Shades of Sapphire #011454

Tints of Sapphire #011454

Color information

#011454 (or 0x011454) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 54. RGB value is (1,20,84). Sum of RGB (Red+Green+Blue) = 1+20+84=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 84 (33.20% from 255 or 80% from 105); Max value from RGB is 84 - color contains mainly: blue. Hex color #011454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011454 is #FEEBAB. Grayscale: #151515. Windows color (decimal): -16706476 or 5510145. OLE color: 5510145.

HSL color Cylindrical-coordinate representation of color #011454: hue angle of 226.27º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011454 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB12084-
CMYK0.990.7600.67
HSL226.27º97.65%16.67%-
HSV(B)226.27º98.81%32.94%-
XYZ1.861.158.51-
YUV21.62163.21113.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 84 (33.20% from 255) = 80%
R=0.95%
G=19.05%
B=80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal120840.990.7600.67226.2797.6516.67
Hex11454634C043e26211
Octal124124143114010334214221
Binary1101001010100110001110011000100001111100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011454; }

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

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

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

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

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

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

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

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