#031951

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

Shades of Sapphire #031951

Tints of Sapphire #031951

Color information

#031951 (or 0x031951) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 51. RGB value is (3,25,81). Sum of RGB (Red+Green+Blue) = 3+25+81=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #031951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031951 is #FCE6AE. Grayscale: #181818. Windows color (decimal): -16574127 or 5314819. OLE color: 5314819.

HSL color Cylindrical-coordinate representation of color #031951: hue angle of 223.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031951 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB32581-
CMYK0.960.6900.68
HSL223.08º92.86%16.47%-
HSV(B)223.08º96.3%31.76%-
XYZ1.871.317.94-
YUV24.81159.71112.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 81 (32.03% from 255) = 74.31%
R=2.75%
G=22.94%
B=74.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal325810.960.6900.68223.0892.8616.47
Hex319516045044df5d10
Octal331121140105010433713520
Binary11110011010001110000010001010100010011011111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031951; }

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

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

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

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

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

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

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

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