#031F60

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

Shades of Sapphire #031F60

Tints of Sapphire #031F60

Color information

#031F60 (or 0x031F60) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 60. RGB value is (3,31,96). Sum of RGB (Red+Green+Blue) = 3+31+96=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #031F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F60 is #FCE09F. Grayscale: #1D1D1D. Windows color (decimal): -16572576 or 6299395. OLE color: 6299395.

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

Color convert

RGB33196-
CMYK0.970.6800.62
HSL221.94º93.94%19.41%-
HSV(B)221.94º96.88%37.65%-
XYZ2.641.8411.28-
YUV30.04165.22108.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 96 (37.89% from 255) = 73.85%
R=2.31%
G=23.85%
B=73.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal331960.970.6800.62221.9493.9419.41
Hex31F60614403Ede5e13
Octal33714014110407633613623
Binary1111111110000011000011000100011111011011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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