#011A50

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

Shades of Sapphire #011A50

Tints of Sapphire #011A50

Color information

#011A50 (or 0x011A50) is unknown color: approx Sapphire. HEX triplet: 01, 1A and 50. RGB value is (1,26,80). Sum of RGB (Red+Green+Blue) = 1+26+80=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #011A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A50 is #FEE5AF. Grayscale: #181818. Windows color (decimal): -16704944 or 5249537. OLE color: 5249537.

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

Color convert

RGB12680-
CMYK0.990.6700.69
HSL221.01º97.53%15.88%-
HSV(B)221.01º98.75%31.37%-
XYZ1.831.327.75-
YUV24.68159.22111.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 80 (31.64% from 255) = 74.77%
R=0.93%
G=24.30%
B=74.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal126800.990.6700.69221.0197.5315.88
Hex11A506343045dd6210
Octal132120143103010533514220
Binary1110101010000110001110000110100010111011101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011A50; }

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

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

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

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

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

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

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

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