#011C44

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

Shades of Sapphire #011C44

Tints of Sapphire #011C44

Color information

#011C44 (or 0x011C44) is unknown color: approx Sapphire. HEX triplet: 01, 1C and 44. RGB value is (1,28,68). Sum of RGB (Red+Green+Blue) = 1+28+68=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 68 (26.95% from 255 or 70.10% from 97); Max value from RGB is 68 - color contains mainly: blue. Hex color #011C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C44 is #FEE3BB. Grayscale: #181818. Windows color (decimal): -16704444 or 4463617. OLE color: 4463617.

HSL color Cylindrical-coordinate representation of color #011C44: hue angle of 215.82º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C44 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB12868-
CMYK0.990.5900.73
HSL215.82º97.1%13.53%-
HSV(B)215.82º98.53%26.67%-
XYZ1.471.255.63-
YUV24.49152.55111.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 28 (11.33% from 255) = 28.87%
BLUE value IS 68 (26.95% from 255) = 70.10%
R=1.03%
G=28.87%
B=70.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal128680.990.5900.73215.8297.113.53
Hex11C44633B049d861e
Octal13410414373011133014116
Binary11110010001001100011111011010010011101100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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