#031056

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

Shades of Sapphire #031056

Tints of Sapphire #031056

Color information

#031056 (or 0x031056) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 56. RGB value is (3,16,86). Sum of RGB (Red+Green+Blue) = 3+16+86=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 86 (33.98% from 255 or 81.90% from 105); Max value from RGB is 86 - color contains mainly: blue. Hex color #031056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031056 is #FCEFA9. Grayscale: #131313. Windows color (decimal): -16576426 or 5640195. OLE color: 5640195.

HSL color Cylindrical-coordinate representation of color #031056: hue angle of 230.6º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031056 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB31686-
CMYK0.970.8100.66
HSL230.6º93.26%17.45%-
HSV(B)230.6º96.51%33.73%-
XYZ1.91.068.91-
YUV20.09165.19115.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 86 (33.98% from 255) = 81.90%
R=2.86%
G=15.24%
B=81.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal316860.970.8100.66230.693.2617.45
Hex310566151042e75d11
Octal320126141121010234713521
Binary11100001010110110000110100010100001011100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031056; }

 p { color: rgb(3,16,86); }

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

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

 a { background-color: rgb(3,16,86); }

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

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

 span { border-color: rgb(3,16,86); }

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