#1F697A

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

Shades of Allports #1F697A

Tints of Allports #1F697A

Color information

#1F697A (or 0x1F697A) is unknown color: approx Allports. HEX triplet: 1F, 69 and 7A. RGB value is (31,105,122). Sum of RGB (Red+Green+Blue) = 31+105+122=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F697A is #E09685. Grayscale: #545454. Windows color (decimal): -14718598 or 8022303. OLE color: 8022303.

HSL color Cylindrical-coordinate representation of color #1F697A: hue angle of 191.21º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F697A is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB31105122-
CMYK0.750.1400.52
HSL191.21º59.48%30%-
HSV(B)191.21º74.59%47.84%-
XYZ9.1311.820.21-
YUV84.81148.9889.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.02%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=12.02%
G=40.70%
B=47.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal311051220.750.1400.52191.2159.4830
Hex1F697A4BE034bf3b1e
Octal37151172113160642777336
Binary11111110100111110101001011111001101001011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F697A; }

 p { color: rgb(31,105,122); }

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

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

 a { background-color: rgb(31,105,122); }

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

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

 span { border-color: rgb(31,105,122); }

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