#011A4C

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

Shades of Sapphire #011A4C

Tints of Sapphire #011A4C

Color information

#011A4C (or 0x011A4C) is unknown color: approx Sapphire. HEX triplet: 01, 1A and 4C. RGB value is (1,26,76). Sum of RGB (Red+Green+Blue) = 1+26+76=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #011A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A4C is #FEE5B3. Grayscale: #181818. Windows color (decimal): -16704948 or 4987393. OLE color: 4987393.

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

Color convert

RGB12676-
CMYK0.990.6600.70
HSL220º97.4%15.1%-
HSV(B)220º98.68%29.8%-
XYZ1.691.276.99-
YUV24.22157.22111.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 26 (10.55% from 255) = 25.24%
BLUE value IS 76 (30.08% from 255) = 73.79%
R=0.97%
G=25.24%
B=73.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal126760.990.6600.7022097.415.1
Hex11A4C6342046dc61f
Octal132114143102010633414117
Binary111010100110011000111000010010001101101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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