#011C4C

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

Shades of Sapphire #011C4C

Tints of Sapphire #011C4C

Color information

#011C4C (or 0x011C4C) is unknown color: approx Sapphire. HEX triplet: 01, 1C and 4C. RGB value is (1,28,76). Sum of RGB (Red+Green+Blue) = 1+28+76=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #011C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C4C is #FEE3B3. Grayscale: #191919. Windows color (decimal): -16704436 or 4987905. OLE color: 4987905.

HSL color Cylindrical-coordinate representation of color #011C4C: hue angle of 218.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C4C is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB12876-
CMYK0.990.6300.70
HSL218.4º97.4%15.1%-
HSV(B)218.4º98.68%29.8%-
XYZ1.731.367.01-
YUV25.4156.55110.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 28 (11.33% from 255) = 26.67%
BLUE value IS 76 (30.08% from 255) = 72.38%
R=0.95%
G=26.67%
B=72.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal128760.990.6300.70218.497.415.1
Hex11C4C633F046da61f
Octal13411414377010633214117
Binary11110010011001100011111111010001101101101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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