#031D63

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

Shades of Sapphire #031D63

Tints of Sapphire #031D63

Color information

#031D63 (or 0x031D63) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 63. RGB value is (3,29,99). Sum of RGB (Red+Green+Blue) = 3+29+99=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #031D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D63 is #FCE29C. Grayscale: #1C1C1C. Windows color (decimal): -16573085 or 6495491. OLE color: 6495491.

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

Color convert

RGB32999-
CMYK0.970.7100.61
HSL223.75º94.12%20%-
HSV(B)223.75º96.97%38.82%-
XYZ2.731.812.01-
YUV29.21167.39109.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 99 (39.06% from 255) = 75.57%
R=2.29%
G=22.14%
B=75.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal329990.970.7100.61223.7594.1220
Hex31D63614703De05e14
Octal33514314110707534013624
Binary1111101110001111000011000111011110111100000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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