#011C75

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

Shades of Sapphire #011C75

Tints of Sapphire #011C75

Color information

#011C75 (or 0x011C75) is unknown color: approx Sapphire. HEX triplet: 01, 1C and 75. RGB value is (1,28,117). Sum of RGB (Red+Green+Blue) = 1+28+117=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 117 (46.09% from 255 or 80.14% from 146); Max value from RGB is 117 - color contains mainly: blue. Hex color #011C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C75 is #FEE38A. Grayscale: #1D1D1D. Windows color (decimal): -16704395 or 7674881. OLE color: 7674881.

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

Color convert

RGB128117-
CMYK0.990.7600.54
HSL226.03º98.31%23.14%-
HSV(B)226.03º99.15%45.88%-
XYZ3.642.1217.05-
YUV30.07177.05107.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 117 (46.09% from 255) = 80.14%
R=0.68%
G=19.18%
B=80.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1281170.990.7600.54226.0398.3123.14
Hex11C75634C036e26217
Octal13416514311406634214227
Binary111100111010111000111001100011011011100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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