#011D59

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

Shades of Sapphire #011D59

Tints of Sapphire #011D59

Color information

#011D59 (or 0x011D59) is unknown color: approx Sapphire. HEX triplet: 01, 1D and 59. RGB value is (1,29,89). Sum of RGB (Red+Green+Blue) = 1+29+89=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #011D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D59 is #FEE2A6. Grayscale: #1B1B1B. Windows color (decimal): -16704167 or 5840129. OLE color: 5840129.

HSL color Cylindrical-coordinate representation of color #011D59: hue angle of 220.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D59 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12989-
CMYK0.990.6700.65
HSL220.91º97.78%17.65%-
HSV(B)220.91º98.88%34.9%-
XYZ2.261.619.64-
YUV27.47162.72109.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 89 (35.16% from 255) = 74.79%
R=0.84%
G=24.37%
B=74.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal129890.990.6700.65220.9197.7817.65
Hex11D596343041dd6212
Octal135131143103010133514222
Binary1111011011001110001110000110100000111011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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