#031F68

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

Shades of Sapphire #031F68

Tints of Sapphire #031F68

Color information

#031F68 (or 0x031F68) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 68. RGB value is (3,31,104). Sum of RGB (Red+Green+Blue) = 3+31+104=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 104 (41.02% from 255 or 75.36% from 138); Max value from RGB is 104 - color contains mainly: blue. Hex color #031F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F68 is #FCE097. Grayscale: #1E1E1E. Windows color (decimal): -16572568 or 6823683. OLE color: 6823683.

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

Color convert

RGB331104-
CMYK0.970.7000.59
HSL223.37º94.39%20.98%-
HSV(B)223.37º97.12%40.78%-
XYZ3.03213.32-
YUV30.95169.22108.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 104 (41.02% from 255) = 75.36%
R=2.17%
G=22.46%
B=75.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3311040.970.7000.59223.3794.3920.98
Hex31F68614603Bdf5e15
Octal33715014110607333713625
Binary1111111110100011000011000110011101111011111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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