#031451

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

Shades of Sapphire #031451

Tints of Sapphire #031451

Color information

#031451 (or 0x031451) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 51. RGB value is (3,20,81). Sum of RGB (Red+Green+Blue) = 3+20+81=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #031451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031451 is #FCEBAE. Grayscale: #151515. Windows color (decimal): -16575407 or 5313539. OLE color: 5313539.

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

Color convert

RGB32081-
CMYK0.960.7500.68
HSL226.92º92.86%16.47%-
HSV(B)226.92º96.3%31.76%-
XYZ1.771.117.91-
YUV21.87161.37114.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 81 (32.03% from 255) = 77.88%
R=2.88%
G=19.23%
B=77.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal320810.960.7500.68226.9292.8616.47
Hex31451604B044e35d10
Octal324121140113010434313520
Binary11101001010001110000010010110100010011100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031451; }

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

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

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

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

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

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

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

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