#1F6977

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

Shades of Allports #1F6977

Tints of Allports #1F6977

Color information

#1F6977 (or 0x1F6977) is unknown color: approx Allports. HEX triplet: 1F, 69 and 77. RGB value is (31,105,119). Sum of RGB (Red+Green+Blue) = 31+105+119=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F6977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6977 is #E09688. Grayscale: #545454. Windows color (decimal): -14718601 or 7825695. OLE color: 7825695.

HSL color Cylindrical-coordinate representation of color #1F6977: hue angle of 189.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6977 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB31105119-
CMYK0.740.1200.53
HSL189.55º58.67%29.41%-
HSV(B)189.55º73.95%46.67%-
XYZ8.9511.7319.24-
YUV84.47147.4889.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.16%
GREEN value IS 105 (41.41% from 255) = 41.18%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=12.16%
G=41.18%
B=46.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311051190.740.1200.53189.5558.6729.41
Hex1F69774AC035be3b1d
Octal37151167112140652767335
Binary11111110100111101111001010110001101011011111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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