#919FA1

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

Shades of Submarine #919FA1

Tints of Submarine #919FA1

Color information

#919FA1 (or 0x919FA1) is unknown color: approx Submarine. HEX triplet: 91, 9F and A1. RGB value is (145,159,161). Sum of RGB (Red+Green+Blue) = 145+159+161=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 161 - color contains mainly: blue. Hex color #919FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919FA1 is #6E605E. Grayscale: #9B9B9B. Windows color (decimal): -7233631 or 10592145. OLE color: 10592145.

HSL color Cylindrical-coordinate representation of color #919FA1: hue angle of 187.5º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #919FA1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB145159161-
CMYK0.100.0100.37
HSL187.5º7.84%60%-
HSV(B)187.5º9.94%63.14%-
XYZ30.5133.3938.56-
YUV155.04131.36120.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 161 (63.28% from 255) = 34.62%
R=31.18%
G=34.19%
B=34.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1451591610.100.0100.37187.57.8460
Hex919FA1A1025bb83c
Octal2212372411210452731074
Binary100100011001111110100001101010100101101110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919FA1; }

 p { color: rgb(145,159,161); }

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

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

 a { background-color: rgb(145,159,161); }

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

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

 span { border-color: rgb(145,159,161); }

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