#1F6872

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

Shades of Allports #1F6872

Tints of Allports #1F6872

Color information

#1F6872 (or 0x1F6872) is unknown color: approx Allports. HEX triplet: 1F, 68 and 72. RGB value is (31,104,114). Sum of RGB (Red+Green+Blue) = 31+104+114=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F6872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6872 is #E0978D. Grayscale: #535353. Windows color (decimal): -14718862 or 7497759. OLE color: 7497759.

HSL color Cylindrical-coordinate representation of color #1F6872: hue angle of 187.23º 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 #1F6872 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB31104114-
CMYK0.730.0900.55
HSL187.23º57.24%28.43%-
HSV(B)187.23º72.81%44.71%-
XYZ8.5511.4117.67-
YUV83.31145.3290.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.45%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=12.45%
G=41.77%
B=45.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311041140.730.0900.55187.2357.2428.43
Hex1F6872499037bb391c
Octal37150162111110672737134
Binary11111110100011100101001001100101101111011101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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