#011C4A

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

Shades of Sapphire #011C4A

Tints of Sapphire #011C4A

Color information

#011C4A (or 0x011C4A) is unknown color: approx Sapphire. HEX triplet: 01, 1C and 4A. RGB value is (1,28,74). Sum of RGB (Red+Green+Blue) = 1+28+74=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 74 (29.30% from 255 or 71.84% from 103); Max value from RGB is 74 - color contains mainly: blue. Hex color #011C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C4A is #FEE3B5. Grayscale: #181818. Windows color (decimal): -16704438 or 4856833. OLE color: 4856833.

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

Color convert

RGB12874-
CMYK0.990.6200.71
HSL217.81º97.33%14.71%-
HSV(B)217.81º98.65%29.02%-
XYZ1.661.336.65-
YUV25.17155.55110.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 28 (11.33% from 255) = 27.18%
BLUE value IS 74 (29.30% from 255) = 71.84%
R=0.97%
G=27.18%
B=71.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal128740.990.6200.71217.8197.3314.71
Hex11C4A633E047da61f
Octal13411214376010733214117
Binary11110010010101100011111110010001111101101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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