#031A63

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

Shades of Sapphire #031A63

Tints of Sapphire #031A63

Color information

#031A63 (or 0x031A63) is unknown color: approx Sapphire. HEX triplet: 03, 1A and 63. RGB value is (3,26,99). Sum of RGB (Red+Green+Blue) = 3+26+99=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #031A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A63 is #FCE59C. Grayscale: #1B1B1B. Windows color (decimal): -16573853 or 6494723. OLE color: 6494723.

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

Color convert

RGB32699-
CMYK0.970.7400.61
HSL225.62º94.12%20%-
HSV(B)225.62º96.97%38.82%-
XYZ2.661.6611.98-
YUV27.44168.38110.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 99 (39.06% from 255) = 77.34%
R=2.34%
G=20.31%
B=77.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal326990.970.7400.61225.6294.1220
Hex31A63614A03De25e14
Octal33214314111207534213624
Binary1111010110001111000011001010011110111100010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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