#031949

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

Shades of Sapphire #031949

Tints of Sapphire #031949

Color information

#031949 (or 0x031949) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 49. RGB value is (3,25,73). Sum of RGB (Red+Green+Blue) = 3+25+73=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #031949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031949 is #FCE6B6. Grayscale: #171717. Windows color (decimal): -16574135 or 4790531. OLE color: 4790531.

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

Color convert

RGB32573-
CMYK0.960.6600.71
HSL221.14º92.11%14.9%-
HSV(B)221.14º95.89%28.63%-
XYZ1.591.26.45-
YUV23.89155.71113.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 73 (28.91% from 255) = 72.28%
R=2.97%
G=24.75%
B=72.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal325730.960.6600.71221.1492.1114.9
Hex319496042047dd5cf
Octal331111140102010733513417
Binary1111001100100111000001000010010001111101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031949; }

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

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

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

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

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

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

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

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