#031946

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

Shades of Sapphire #031946

Tints of Sapphire #031946

Color information

#031946 (or 0x031946) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 46. RGB value is (3,25,70). Sum of RGB (Red+Green+Blue) = 3+25+70=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 70 (27.73% from 255 or 71.43% from 98); Max value from RGB is 70 - color contains mainly: blue. Hex color #031946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031946 is #FCE6B9. Grayscale: #171717. Windows color (decimal): -16574138 or 4593923. OLE color: 4593923.

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

Color convert

RGB32570-
CMYK0.960.6400.73
HSL220.3º91.78%14.31%-
HSV(B)220.3º95.71%27.45%-
XYZ1.491.165.94-
YUV23.55154.21113.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 70 (27.73% from 255) = 71.43%
R=3.06%
G=25.51%
B=71.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal325700.960.6400.73220.391.7814.31
Hex319466040049dc5ce
Octal331106140100011133413416
Binary1111001100011011000001000000010010011101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031946; }

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

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

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

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

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

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

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

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