#012149

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

Shades of Sapphire #012149

Tints of Sapphire #012149

Color information

#012149 (or 0x012149) is unknown color: approx Sapphire. HEX triplet: 01, 21 and 49. RGB value is (1,33,73). Sum of RGB (Red+Green+Blue) = 1+33+73=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #012149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012149 is #FEDEB6. Grayscale: #1B1B1B. Windows color (decimal): -16703159 or 4792577. OLE color: 4792577.

HSL color Cylindrical-coordinate representation of color #012149: hue angle of 213.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012149 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB13373-
CMYK0.990.5500.71
HSL213.33º97.3%14.51%-
HSV(B)213.33º98.63%28.63%-
XYZ1.761.586.51-
YUV27.99153.4108.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 73 (28.91% from 255) = 68.22%
R=0.93%
G=30.84%
B=68.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal133730.990.5500.71213.3397.314.51
Hex121496337047d561f
Octal14111114367010732514117
Binary110000110010011100011110111010001111101010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012149; }

 p { color: rgb(1,33,73); }

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

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

 a { background-color: rgb(1,33,73); }

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

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

 span { border-color: rgb(1,33,73); }

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