#031F5F

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

Shades of Sapphire #031F5F

Tints of Sapphire #031F5F

Color information

#031F5F (or 0x031F5F) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 5F. RGB value is (3,31,95). Sum of RGB (Red+Green+Blue) = 3+31+95=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #031F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F5F is #FCE0A0. Grayscale: #1D1D1D. Windows color (decimal): -16572577 or 6233859. OLE color: 6233859.

HSL color Cylindrical-coordinate representation of color #031F5F: hue angle of 221.74º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031F5F is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB33195-
CMYK0.970.6700.63
HSL221.74º93.88%19.22%-
HSV(B)221.74º96.84%37.25%-
XYZ2.591.8311.04-
YUV29.92164.72108.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 95 (37.5% from 255) = 73.64%
R=2.33%
G=24.03%
B=73.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal331950.970.6700.63221.7493.8819.22
Hex31F5F614303Fde5e13
Octal33713714110307733613623
Binary1111111101111111000011000011011111111011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031F5F; }

 p { color: rgb(3,31,95); }

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

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

 a { background-color: rgb(3,31,95); }

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

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

 span { border-color: rgb(3,31,95); }

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