#031F48

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

Shades of Sapphire #031F48

Tints of Sapphire #031F48

Color information

#031F48 (or 0x031F48) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 48. RGB value is (3,31,72). Sum of RGB (Red+Green+Blue) = 3+31+72=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #031F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F48 is #FCE0B7. Grayscale: #1B1B1B. Windows color (decimal): -16572600 or 4726531. OLE color: 4726531.

HSL color Cylindrical-coordinate representation of color #031F48: hue angle of 215.65º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031F48 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB33172-
CMYK0.960.5700.72
HSL215.65º92%14.71%-
HSV(B)215.65º95.83%28.24%-
XYZ1.71.476.32-
YUV27.3153.22110.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 72 (28.52% from 255) = 67.92%
R=2.83%
G=29.25%
B=67.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal331720.960.5700.72215.659214.71
Hex31F486039048d85cf
Octal33711014071011033013417
Binary111111110010001100000111001010010001101100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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