#031F67

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

Shades of Sapphire #031F67

Tints of Sapphire #031F67

Color information

#031F67 (or 0x031F67) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 67. RGB value is (3,31,103). Sum of RGB (Red+Green+Blue) = 3+31+103=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 103 (40.62% from 255 or 75.18% from 137); Max value from RGB is 103 - color contains mainly: blue. Hex color #031F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F67 is #FCE098. Grayscale: #1E1E1E. Windows color (decimal): -16572569 or 6758147. OLE color: 6758147.

HSL color Cylindrical-coordinate representation of color #031F67: hue angle of 223.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031F67 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB331103-
CMYK0.970.7000.60
HSL223.2º94.34%20.78%-
HSV(B)223.2º97.09%40.39%-
XYZ2.981.9813.06-
YUV30.84168.72108.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 103 (40.62% from 255) = 75.18%
R=2.19%
G=22.63%
B=75.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3311030.970.7000.60223.294.3420.78
Hex31F67614603Cdf5e15
Octal33714714110607433713625
Binary1111111110011111000011000110011110011011111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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