#011D61

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

Shades of Sapphire #011D61

Tints of Sapphire #011D61

Color information

#011D61 (or 0x011D61) is unknown color: approx Sapphire. HEX triplet: 01, 1D and 61. RGB value is (1,29,97). Sum of RGB (Red+Green+Blue) = 1+29+97=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #011D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D61 is #FEE29E. Grayscale: #1C1C1C. Windows color (decimal): -16704159 or 6364417. OLE color: 6364417.

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

Color convert

RGB12997-
CMYK0.990.7000.62
HSL222.5º97.96%19.22%-
HSV(B)222.5º98.97%38.04%-
XYZ2.611.7511.51-
YUV28.38166.72108.47-

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) = 22.83%
BLUE value IS 97 (38.28% from 255) = 76.38%
R=0.79%
G=22.83%
B=76.38%

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
Decimal129970.990.7000.62222.597.9619.22
Hex11D61634603Ede6213
Octal13514114310607633614223
Binary111101110000111000111000110011111011011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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