#011A7C

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

Shades of Sapphire #011A7C

Tints of Sapphire #011A7C

Color information

#011A7C (or 0x011A7C) is unknown color: approx Sapphire. HEX triplet: 01, 1A and 7C. RGB value is (1,26,124). Sum of RGB (Red+Green+Blue) = 1+26+124=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #011A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A7C is #FEE583. Grayscale: #1D1D1D. Windows color (decimal): -16704900 or 8133121. OLE color: 8133121.

HSL color Cylindrical-coordinate representation of color #011A7C: hue angle of 227.8º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A7C is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB126124-
CMYK0.990.7900.51
HSL227.8º98.4%24.51%-
HSV(B)227.8º99.19%48.63%-
XYZ4.022.219.28-
YUV29.7181.22107.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 124 (48.83% from 255) = 82.12%
R=0.66%
G=17.22%
B=82.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261240.990.7900.51227.898.424.51
Hex11A7C634F033e46219
Octal13217414311706334414231
Binary111010111110011000111001111011001111100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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