#031E65

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

Shades of Sapphire #031E65

Tints of Sapphire #031E65

Color information

#031E65 (or 0x031E65) is unknown color: approx Sapphire. HEX triplet: 03, 1E and 65. RGB value is (3,30,101). Sum of RGB (Red+Green+Blue) = 3+30+101=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #031E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E65 is #FCE19A. Grayscale: #1D1D1D. Windows color (decimal): -16572827 or 6626819. OLE color: 6626819.

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

Color convert

RGB330101-
CMYK0.970.7000.60
HSL223.47º94.23%20.39%-
HSV(B)223.47º97.03%39.61%-
XYZ2.851.8912.53-
YUV30.02168.05108.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 30 (12.11% from 255) = 22.39%
BLUE value IS 101 (39.84% from 255) = 75.37%
R=2.24%
G=22.39%
B=75.37%

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
Decimal3301010.970.7000.60223.4794.2320.39
Hex31E65614603Cdf5e14
Octal33614514110607433713624
Binary1111110110010111000011000110011110011011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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