#011D50

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

Shades of Sapphire #011D50

Tints of Sapphire #011D50

Color information

#011D50 (or 0x011D50) is unknown color: approx Sapphire. HEX triplet: 01, 1D and 50. RGB value is (1,29,80). Sum of RGB (Red+Green+Blue) = 1+29+80=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #011D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D50 is #FEE2AF. Grayscale: #1A1A1A. Windows color (decimal): -16704176 or 5250305. OLE color: 5250305.

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

Color convert

RGB12980-
CMYK0.990.6400.69
HSL218.73º97.53%15.88%-
HSV(B)218.73º98.75%31.37%-
XYZ1.91.467.77-
YUV26.44158.22109.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 80 (31.64% from 255) = 72.73%
R=0.91%
G=26.36%
B=72.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal129800.990.6400.69218.7397.5315.88
Hex11D506340045db6210
Octal135120143100010533314220
Binary1111011010000110001110000000100010111011011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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