#011D60

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

Shades of Sapphire #011D60

Tints of Sapphire #011D60

Color information

#011D60 (or 0x011D60) is unknown color: approx Sapphire. HEX triplet: 01, 1D and 60. RGB value is (1,29,96). Sum of RGB (Red+Green+Blue) = 1+29+96=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #011D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D60 is #FEE29F. Grayscale: #1B1B1B. Windows color (decimal): -16704160 or 6298881. OLE color: 6298881.

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

Color convert

RGB12996-
CMYK0.990.7000.62
HSL222.32º97.94%19.02%-
HSV(B)222.32º98.96%37.65%-
XYZ2.561.7311.27-
YUV28.27166.22108.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 96 (37.89% from 255) = 76.19%
R=0.79%
G=23.02%
B=76.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal129960.990.7000.62222.3297.9419.02
Hex11D60634603Ede6213
Octal13514014310607633614223
Binary111101110000011000111000110011111011011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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