#031E5F

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

Shades of Sapphire #031E5F

Tints of Sapphire #031E5F

Color information

#031E5F (or 0x031E5F) is unknown color: approx Sapphire. HEX triplet: 03, 1E and 5F. RGB value is (3,30,95). Sum of RGB (Red+Green+Blue) = 3+30+95=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #031E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E5F is #FCE1A0. Grayscale: #1D1D1D. Windows color (decimal): -16572833 or 6233603. OLE color: 6233603.

HSL color Cylindrical-coordinate representation of color #031E5F: hue angle of 222.39º 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 #031E5F is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB33095-
CMYK0.970.6800.63
HSL222.39º93.88%19.22%-
HSV(B)222.39º96.84%37.25%-
XYZ2.571.7711.03-
YUV29.34165.05109.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 30 (12.11% from 255) = 23.44%
BLUE value IS 95 (37.5% from 255) = 74.22%
R=2.34%
G=23.44%
B=74.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal330950.970.6800.63222.3993.8819.22
Hex31E5F614403Fde5e13
Octal33613714110407733613623
Binary1111110101111111000011000100011111111011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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