#011D72

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

Shades of Sapphire #011D72

Tints of Sapphire #011D72

Color information

#011D72 (or 0x011D72) is unknown color: approx Sapphire. HEX triplet: 01, 1D and 72. RGB value is (1,29,114). Sum of RGB (Red+Green+Blue) = 1+29+114=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #011D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D72 is #FEE28D. Grayscale: #1D1D1D. Windows color (decimal): -16704142 or 7478529. OLE color: 7478529.

HSL color Cylindrical-coordinate representation of color #011D72: hue angle of 225.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D72 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB129114-
CMYK0.990.7500.55
HSL225.13º98.26%22.55%-
HSV(B)225.13º99.12%44.71%-
XYZ3.492.116.14-
YUV30.32175.22107.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 29 (11.72% from 255) = 20.14%
BLUE value IS 114 (44.92% from 255) = 79.17%
R=0.69%
G=20.14%
B=79.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1291140.990.7500.55225.1398.2622.55
Hex11D72634B037e16217
Octal13516214311306734114227
Binary111101111001011000111001011011011111100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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