#031749

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

Shades of Sapphire #031749

Tints of Sapphire #031749

Color information

#031749 (or 0x031749) is unknown color: approx Sapphire. HEX triplet: 03, 17 and 49. RGB value is (3,23,73). Sum of RGB (Red+Green+Blue) = 3+23+73=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #031749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031749 is #FCE8B6. Grayscale: #161616. Windows color (decimal): -16574647 or 4790019. OLE color: 4790019.

HSL color Cylindrical-coordinate representation of color #031749: hue angle of 222.86º 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 #031749 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB32373-
CMYK0.960.6800.71
HSL222.86º92.11%14.9%-
HSV(B)222.86º95.89%28.63%-
XYZ1.551.116.44-
YUV22.72156.37113.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 23 (9.38% from 255) = 23.23%
BLUE value IS 73 (28.91% from 255) = 73.74%
R=3.03%
G=23.23%
B=73.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal323730.960.6800.71222.8692.1114.9
Hex317496044047df5cf
Octal327111140104010733713417
Binary1110111100100111000001000100010001111101111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031749; }

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

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

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

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

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

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

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

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