#031E4F

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

Shades of Sapphire #031E4F

Tints of Sapphire #031E4F

Color information

#031E4F (or 0x031E4F) is unknown color: approx Sapphire. HEX triplet: 03, 1E and 4F. RGB value is (3,30,79). Sum of RGB (Red+Green+Blue) = 3+30+79=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #031E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E4F is #FCE1B0. Grayscale: #1B1B1B. Windows color (decimal): -16572849 or 5185027. OLE color: 5185027.

HSL color Cylindrical-coordinate representation of color #031E4F: hue angle of 218.68º 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 #031E4F is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB33079-
CMYK0.960.6200.69
HSL218.68º92.68%16.08%-
HSV(B)218.68º96.2%30.98%-
XYZ1.911.517.59-
YUV27.51157.05110.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 79 (31.25% from 255) = 70.54%
R=2.68%
G=26.79%
B=70.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal330790.960.6200.69218.6892.6816.08
Hex31E4F603E045db5d10
Octal33611714076010533313520
Binary1111110100111111000001111100100010111011011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,30,79); }

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

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

 a { background-color: rgb(3,30,79); }

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

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

 span { border-color: rgb(3,30,79); }

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