#031363

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

Shades of Sapphire #031363

Tints of Sapphire #031363

Color information

#031363 (or 0x031363) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 63. RGB value is (3,19,99). Sum of RGB (Red+Green+Blue) = 3+19+99=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #031363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031363 is #FCEC9C. Grayscale: #171717. Windows color (decimal): -16575645 or 6492931. OLE color: 6492931.

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

Color convert

RGB31999-
CMYK0.970.8100.61
HSL230º94.12%20%-
HSV(B)230º96.97%38.82%-
XYZ2.521.3911.94-
YUV23.34170.7113.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 99 (39.06% from 255) = 81.82%
R=2.48%
G=15.70%
B=81.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal319990.970.8100.6123094.1220
Hex31363615103De65e14
Octal32314314112107534613624
Binary1110011110001111000011010001011110111100110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031363; }

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

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

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

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

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

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

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

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