#001E46

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

Shades of Sapphire #001E46

Tints of Sapphire #001E46

Color information

#001E46 (or 0x001E46) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 46. RGB value is (0,30,70). Sum of RGB (Red+Green+Blue) = 0+30+70=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 70 (27.73% from 255 or 70% from 100); Max value from RGB is 70 - color contains mainly: blue. Hex color #001E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E46 is #FFE1B9. Grayscale: #191919. Windows color (decimal): -16769466 or 4595200. OLE color: 4595200.

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

Color convert

RGB03070-
CMYK10.5700.73
HSL214.29º100%13.73%-
HSV(B)214.29º100%27.45%-
XYZ1.571.375.98-
YUV25.59153.06109.75-

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) = 30%
BLUE value IS 70 (27.73% from 255) = 70%
R=0%
G=30%
B=70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0307010.5700.73214.2910013.73
Hex01E466439049d664e
Octal03610614471011132614416
Binary01111010001101100100111001010010011101011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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