#1F6272

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

Shades of Allports #1F6272

Tints of Allports #1F6272

Color information

#1F6272 (or 0x1F6272) is unknown color: approx Allports. HEX triplet: 1F, 62 and 72. RGB value is (31,98,114). Sum of RGB (Red+Green+Blue) = 31+98+114=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F6272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6272 is #E09D8D. Grayscale: #4F4F4F. Windows color (decimal): -14720398 or 7496223. OLE color: 7496223.

HSL color Cylindrical-coordinate representation of color #1F6272: hue angle of 191.57º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F6272 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3198114-
CMYK0.730.1400.55
HSL191.57º57.24%28.43%-
HSV(B)191.57º72.81%44.71%-
XYZ7.9710.2417.48-
YUV79.79147.393.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=12.76%
G=40.33%
B=46.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31981140.730.1400.55191.5757.2428.43
Hex1F627249E037c0391c
Octal37142162111160673007134
Binary11111110001011100101001001111001101111100000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,98,114); }

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

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

 a { background-color: rgb(31,98,114); }

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

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

 span { border-color: rgb(31,98,114); }

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