#031F55

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

Shades of Sapphire #031F55

Tints of Sapphire #031F55

Color information

#031F55 (or 0x031F55) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 55. RGB value is (3,31,85). Sum of RGB (Red+Green+Blue) = 3+31+85=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #031F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F55 is #FCE0AA. Grayscale: #1C1C1C. Windows color (decimal): -16572587 or 5578499. OLE color: 5578499.

HSL color Cylindrical-coordinate representation of color #031F55: hue angle of 219.51º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031F55 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB33185-
CMYK0.960.6400.67
HSL219.51º93.18%17.25%-
HSV(B)219.51º96.47%33.33%-
XYZ2.171.668.8-
YUV28.78159.72109.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 85 (33.59% from 255) = 71.43%
R=2.52%
G=26.05%
B=71.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal331850.960.6400.67219.5193.1817.25
Hex31F556040043dc5d11
Octal337125140100010333413521
Binary11111111010101110000010000000100001111011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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