#031F66

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

Shades of Sapphire #031F66

Tints of Sapphire #031F66

Color information

#031F66 (or 0x031F66) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 66. RGB value is (3,31,102). Sum of RGB (Red+Green+Blue) = 3+31+102=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #031F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F66 is #FCE099. Grayscale: #1E1E1E. Windows color (decimal): -16572570 or 6692611. OLE color: 6692611.

HSL color Cylindrical-coordinate representation of color #031F66: hue angle of 223.03º 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 #031F66 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB331102-
CMYK0.970.7000.6
HSL223.03º94.29%20.59%-
HSV(B)223.03º97.06%40%-
XYZ2.931.9612.79-
YUV30.72168.22108.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 102 (40.23% from 255) = 75%
R=2.21%
G=22.79%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3311020.970.7000.6223.0394.2920.59
Hex31F66614603Cdf5e15
Octal33714614110607433713625
Binary1111111110011011000011000110011110011011111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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