#031F4D

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

Shades of Sapphire #031F4D

Tints of Sapphire #031F4D

Color information

#031F4D (or 0x031F4D) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 4D. RGB value is (3,31,77). Sum of RGB (Red+Green+Blue) = 3+31+77=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #031F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F4D is #FCE0B2. Grayscale: #1B1B1B. Windows color (decimal): -16572595 or 5054211. OLE color: 5054211.

HSL color Cylindrical-coordinate representation of color #031F4D: hue angle of 217.3º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031F4D is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB33177-
CMYK0.960.6000.70
HSL217.3º92.5%15.69%-
HSV(B)217.3º96.1%30.2%-
XYZ1.871.547.22-
YUV27.87155.72110.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 77 (30.47% from 255) = 69.37%
R=2.70%
G=27.93%
B=69.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal331770.960.6000.70217.392.515.69
Hex31F4D603C046d95c10
Octal33711514074010633113420
Binary1111111100110111000001111000100011011011001101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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