#011950

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

Shades of Sapphire #011950

Tints of Sapphire #011950

Color information

#011950 (or 0x011950) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 50. RGB value is (1,25,80). Sum of RGB (Red+Green+Blue) = 1+25+80=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #011950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011950 is #FEE6AF. Grayscale: #171717. Windows color (decimal): -16705200 or 5249281. OLE color: 5249281.

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

Color convert

RGB12580-
CMYK0.990.6900.69
HSL221.77º97.53%15.88%-
HSV(B)221.77º98.75%31.37%-
XYZ1.811.287.74-
YUV24.09159.55111.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 80 (31.64% from 255) = 75.47%
R=0.94%
G=23.58%
B=75.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal125800.990.6900.69221.7797.5315.88
Hex119506345045de6210
Octal131120143105010533614220
Binary1110011010000110001110001010100010111011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011950; }

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

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

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

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

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

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

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

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