#011A48

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

Shades of Sapphire #011A48

Tints of Sapphire #011A48

Color information

#011A48 (or 0x011A48) is unknown color: approx Sapphire. HEX triplet: 01, 1A and 48. RGB value is (1,26,72). Sum of RGB (Red+Green+Blue) = 1+26+72=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #011A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A48 is #FEE5B7. Grayscale: #171717. Windows color (decimal): -16704952 or 4725249. OLE color: 4725249.

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

Color convert

RGB12672-
CMYK0.990.6400.72
HSL218.87º97.26%14.31%-
HSV(B)218.87º98.61%28.24%-
XYZ1.551.216.28-
YUV23.77155.22111.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 72 (28.52% from 255) = 72.73%
R=1.01%
G=26.26%
B=72.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal126720.990.6400.72218.8797.2614.31
Hex11A486340048db61e
Octal132110143100011033314116
Binary111010100100011000111000000010010001101101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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