#031473

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

Shades of Sapphire #031473

Tints of Sapphire #031473

Color information

#031473 (or 0x031473) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 73. RGB value is (3,20,115). Sum of RGB (Red+Green+Blue) = 3+20+115=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 115 (45.31% from 255 or 83.33% from 138); Max value from RGB is 115 - color contains mainly: blue. Hex color #031473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031473 is #FCEB8C. Grayscale: #191919. Windows color (decimal): -16575373 or 7541763. OLE color: 7541763.

HSL color Cylindrical-coordinate representation of color #031473: hue angle of 230.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031473 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB320115-
CMYK0.970.8300.55
HSL230.89º94.92%23.14%-
HSV(B)230.89º97.39%45.1%-
XYZ3.381.7616.38-
YUV25.75178.37111.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 115 (45.31% from 255) = 83.33%
R=2.17%
G=14.49%
B=83.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3201150.970.8300.55230.8994.9223.14
Hex314736153037e75f17
Octal32416314112306734713727
Binary1110100111001111000011010011011011111100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031473; }

 p { color: rgb(3,20,115); }

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

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

 a { background-color: rgb(3,20,115); }

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

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

 span { border-color: rgb(3,20,115); }

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