#011554

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

Shades of Sapphire #011554

Tints of Sapphire #011554

Color information

#011554 (or 0x011554) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 54. RGB value is (1,21,84). Sum of RGB (Red+Green+Blue) = 1+21+84=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #011554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011554 is #FEEAAB. Grayscale: #151515. Windows color (decimal): -16706220 or 5510401. OLE color: 5510401.

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

Color convert

RGB12184-
CMYK0.990.7500.67
HSL225.54º97.65%16.67%-
HSV(B)225.54º98.81%32.94%-
XYZ1.881.188.52-
YUV22.2162.87112.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 84 (33.20% from 255) = 79.25%
R=0.94%
G=19.81%
B=79.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal121840.990.7500.67225.5497.6516.67
Hex11554634B043e26211
Octal125124143113010334214221
Binary1101011010100110001110010110100001111100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011554; }

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

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

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

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

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

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

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

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