#011A63

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

Shades of Sapphire #011A63

Tints of Sapphire #011A63

Color information

#011A63 (or 0x011A63) is unknown color: approx Sapphire. HEX triplet: 01, 1A and 63. RGB value is (1,26,99). Sum of RGB (Red+Green+Blue) = 1+26+99=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #011A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A63 is #FEE59C. Grayscale: #1A1A1A. Windows color (decimal): -16704925 or 6494721. OLE color: 6494721.

HSL color Cylindrical-coordinate representation of color #011A63: hue angle of 224.69º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A63 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB12699-
CMYK0.990.7400.61
HSL224.69º98%19.61%-
HSV(B)224.69º98.99%38.82%-
XYZ2.631.6511.98-
YUV26.85168.72109.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 99 (39.06% from 255) = 78.57%
R=0.79%
G=20.63%
B=78.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal126990.990.7400.61224.699819.61
Hex11A63634A03De16214
Octal13214314311207534114224
Binary111010110001111000111001010011110111100001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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