#011C72

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

Shades of Sapphire #011C72

Tints of Sapphire #011C72

Color information

#011C72 (or 0x011C72) is unknown color: approx Sapphire. HEX triplet: 01, 1C and 72. RGB value is (1,28,114). Sum of RGB (Red+Green+Blue) = 1+28+114=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #011C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C72 is #FEE38D. Grayscale: #1D1D1D. Windows color (decimal): -16704398 or 7478273. OLE color: 7478273.

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

Color convert

RGB128114-
CMYK0.990.7500.55
HSL225.66º98.26%22.55%-
HSV(B)225.66º99.12%44.71%-
XYZ3.472.0516.13-
YUV29.73175.55107.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 28 (11.33% from 255) = 19.58%
BLUE value IS 114 (44.92% from 255) = 79.72%
R=0.70%
G=19.58%
B=79.72%

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
Decimal1281140.990.7500.55225.6698.2622.55
Hex11C72634B037e26217
Octal13416214311306734214227
Binary111100111001011000111001011011011111100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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