#031562

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

Shades of Sapphire #031562

Tints of Sapphire #031562

Color information

#031562 (or 0x031562) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 62. RGB value is (3,21,98). Sum of RGB (Red+Green+Blue) = 3+21+98=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 98 (38.67% from 255 or 80.33% from 122); Max value from RGB is 98 - color contains mainly: blue. Hex color #031562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031562 is #FCEA9D. Grayscale: #181818. Windows color (decimal): -16575134 or 6427907. OLE color: 6427907.

HSL color Cylindrical-coordinate representation of color #031562: hue angle of 228.63º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031562 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB32198-
CMYK0.970.7900.62
HSL228.63º94.06%19.8%-
HSV(B)228.63º96.94%38.43%-
XYZ2.511.4411.7-
YUV24.4169.54112.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 98 (38.67% from 255) = 80.33%
R=2.46%
G=17.21%
B=80.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal321980.970.7900.62228.6394.0619.8
Hex31562614F03Ee55e14
Octal32514214111707634513624
Binary1110101110001011000011001111011111011100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031562; }

 p { color: rgb(3,21,98); }

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

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

 a { background-color: rgb(3,21,98); }

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

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

 span { border-color: rgb(3,21,98); }

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