#031A80

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

Shades of Sapphire #031A80

Tints of Sapphire #031A80

Color information

#031A80 (or 0x031A80) is unknown color: approx Sapphire. HEX triplet: 03, 1A and 80. RGB value is (3,26,128). Sum of RGB (Red+Green+Blue) = 3+26+128=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 128 (50.39% from 255 or 81.53% from 157); Max value from RGB is 128 - color contains mainly: blue. Hex color #031A80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031A80 is #FCE57F. Grayscale: #1E1E1E. Windows color (decimal): -16573824 or 8395267. OLE color: 8395267.

HSL color Cylindrical-coordinate representation of color #031A80: hue angle of 228.96º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031A80 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB326128-
CMYK0.980.8000.50
HSL228.96º95.42%25.69%-
HSV(B)228.96º97.66%50.2%-
XYZ4.32.3220.64-
YUV30.75182.88108.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 128 (50.39% from 255) = 81.53%
R=1.91%
G=16.56%
B=81.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3261280.980.8000.50228.9695.4225.69
Hex31A806250032e55f1a
Octal33220014212006234513732
Binary11110101000000011000101010000011001011100101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,26,128); }

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

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

 a { background-color: rgb(3,26,128); }

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

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

 span { border-color: rgb(3,26,128); }

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