#011A44

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

Shades of Sapphire #011A44

Tints of Sapphire #011A44

Color information

#011A44 (or 0x011A44) is unknown color: approx Sapphire. HEX triplet: 01, 1A and 44. RGB value is (1,26,68). Sum of RGB (Red+Green+Blue) = 1+26+68=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 68 (26.95% from 255 or 71.58% from 95); Max value from RGB is 68 - color contains mainly: blue. Hex color #011A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A44 is #FEE5BB. Grayscale: #171717. Windows color (decimal): -16704956 or 4463105. OLE color: 4463105.

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

Color convert

RGB12668-
CMYK0.990.6200.73
HSL217.61º97.1%13.53%-
HSV(B)217.61º98.53%26.67%-
XYZ1.431.165.62-
YUV23.31153.22112.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 68 (26.95% from 255) = 71.58%
R=1.05%
G=27.37%
B=71.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal126680.990.6200.73217.6197.113.53
Hex11A44633E049da61e
Octal13210414376011133214116
Binary11101010001001100011111110010010011101101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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