#011D75

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

Shades of Sapphire #011D75

Tints of Sapphire #011D75

Color information

#011D75 (or 0x011D75) is unknown color: approx Sapphire. HEX triplet: 01, 1D and 75. RGB value is (1,29,117). Sum of RGB (Red+Green+Blue) = 1+29+117=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #011D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D75 is #FEE28A. Grayscale: #1E1E1E. Windows color (decimal): -16704139 or 7675137. OLE color: 7675137.

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

Color convert

RGB129117-
CMYK0.990.7500.54
HSL225.52º98.31%23.14%-
HSV(B)225.52º99.15%45.88%-
XYZ3.662.1717.06-
YUV30.66176.72106.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 117 (46.09% from 255) = 79.59%
R=0.68%
G=19.73%
B=79.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1291170.990.7500.54225.5298.3123.14
Hex11D75634B036e26217
Octal13516514311306634214227
Binary111101111010111000111001011011011011100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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