#031F4E

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

Shades of Sapphire #031F4E

Tints of Sapphire #031F4E

Color information

#031F4E (or 0x031F4E) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 4E. RGB value is (3,31,78). Sum of RGB (Red+Green+Blue) = 3+31+78=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #031F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F4E is #FCE0B1. Grayscale: #1B1B1B. Windows color (decimal): -16572594 or 5119747. OLE color: 5119747.

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

Color convert

RGB33178-
CMYK0.960.6000.69
HSL217.6º92.59%15.88%-
HSV(B)217.6º96.15%30.59%-
XYZ1.91.557.41-
YUV27.99156.22110.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 78 (30.86% from 255) = 69.64%
R=2.68%
G=27.68%
B=69.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal331780.960.6000.69217.692.5915.88
Hex31F4E603C045da5d10
Octal33711614074010533213520
Binary1111111100111011000001111000100010111011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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