#001E49

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

Shades of Sapphire #001E49

Tints of Sapphire #001E49

Color information

#001E49 (or 0x001E49) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 49. RGB value is (0,30,73). Sum of RGB (Red+Green+Blue) = 0+30+73=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #001E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E49 is #FFE1B6. Grayscale: #191919. Windows color (decimal): -16769463 or 4791808. OLE color: 4791808.

HSL color Cylindrical-coordinate representation of color #001E49: hue angle of 215.34º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E49 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB03073-
CMYK10.5900.71
HSL215.34º100%14.31%-
HSV(B)215.34º100%28.63%-
XYZ1.671.416.49-
YUV25.93154.56109.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 73 (28.91% from 255) = 70.87%
R=0%
G=29.13%
B=70.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0307310.5900.71215.3410014.31
Hex01E49643B047d764e
Octal03611114473010732714416
Binary01111010010011100100111011010001111101011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001E49; }

 p { color: rgb(0,30,73); }

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

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

 a { background-color: rgb(0,30,73); }

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

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

 span { border-color: rgb(0,30,73); }

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