#011461

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

Shades of Sapphire #011461

Tints of Sapphire #011461

Color information

#011461 (or 0x011461) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 61. RGB value is (1,20,97). Sum of RGB (Red+Green+Blue) = 1+20+97=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 97 (38.28% from 255 or 82.20% from 118); Max value from RGB is 97 - color contains mainly: blue. Hex color #011461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011461 is #FEEB9E. Grayscale: #161616. Windows color (decimal): -16706463 or 6362113. OLE color: 6362113.

HSL color Cylindrical-coordinate representation of color #011461: hue angle of 228.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011461 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB12097-
CMYK0.990.7900.62
HSL228.12º97.96%19.22%-
HSV(B)228.12º98.97%38.04%-
XYZ2.421.3711.45-
YUV23.1169.71112.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 97 (38.28% from 255) = 82.20%
R=0.85%
G=16.95%
B=82.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal120970.990.7900.62228.1297.9619.22
Hex11461634F03Ee46213
Octal12414114311707634414223
Binary110100110000111000111001111011111011100100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011461; }

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

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

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

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

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

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

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

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