#001946

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

Shades of Sapphire #001946

Tints of Sapphire #001946

Color information

#001946 (or 0x001946) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 46. RGB value is (0,25,70). Sum of RGB (Red+Green+Blue) = 0+25+70=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #001946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001946 is #FFE6B9. Grayscale: #161616. Windows color (decimal): -16770746 or 4593920. OLE color: 4593920.

HSL color Cylindrical-coordinate representation of color #001946: hue angle of 218.57º 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 #001946 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB02570-
CMYK10.6400.73
HSL218.57º100%13.73%-
HSV(B)218.57º100%27.45%-
XYZ1.451.145.94-
YUV22.66154.72111.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 70 (27.73% from 255) = 73.68%
R=0%
G=26.32%
B=73.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0257010.6400.73218.5710013.73
Hex019466440049db64e
Octal031106144100011133314416
Binary011001100011011001001000000010010011101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001946; }

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

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

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

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

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

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

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

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