#031061

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

Shades of Sapphire #031061

Tints of Sapphire #031061

Color information

#031061 (or 0x031061) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 61. RGB value is (3,16,97). Sum of RGB (Red+Green+Blue) = 3+16+97=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 97 (38.28% from 255 or 83.62% from 116); Max value from RGB is 97 - color contains mainly: blue. Hex color #031061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031061 is #FCEF9E. Grayscale: #151515. Windows color (decimal): -16576415 or 6361091. OLE color: 6361091.

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

Color convert

RGB31697-
CMYK0.970.8400.62
HSL231.7º94%19.61%-
HSV(B)231.7º96.91%38.04%-
XYZ2.381.2511.43-
YUV21.35170.69114.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 97 (38.28% from 255) = 83.62%
R=2.59%
G=13.79%
B=83.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal316970.970.8400.62231.79419.61
Hex31061615403Ee85e14
Octal32014114112407635013624
Binary1110000110000111000011010100011111011101000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031061; }

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

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

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

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

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

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

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

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