#031561

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

Shades of Sapphire #031561

Tints of Sapphire #031561

Color information

#031561 (or 0x031561) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 61. RGB value is (3,21,97). Sum of RGB (Red+Green+Blue) = 3+21+97=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #031561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031561 is #FCEA9E. Grayscale: #171717. Windows color (decimal): -16575135 or 6362371. OLE color: 6362371.

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

Color convert

RGB32197-
CMYK0.970.7800.62
HSL228.51º94%19.61%-
HSV(B)228.51º96.91%38.04%-
XYZ2.461.4211.45-
YUV24.28169.04112.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 97 (38.28% from 255) = 80.17%
R=2.48%
G=17.36%
B=80.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal321970.970.7800.62228.519419.61
Hex31561614E03Ee55e14
Octal32514114111607634513624
Binary1110101110000111000011001110011111011100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031561; }

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

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

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

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

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

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

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

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