#1F7782

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

Shades of Allports #1F7782

Tints of Allports #1F7782

Color information

#1F7782 (or 0x1F7782) is unknown color: approx Allports. HEX triplet: 1F, 77 and 82. RGB value is (31,119,130). Sum of RGB (Red+Green+Blue) = 31+119+130=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F7782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7782 is #E0887D. Grayscale: #5D5D5D. Windows color (decimal): -14715006 or 8550175. OLE color: 8550175.

HSL color Cylindrical-coordinate representation of color #1F7782: hue angle of 186.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7782 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB31119130-
CMYK0.760.0800.49
HSL186.67º61.49%31.57%-
HSV(B)186.67º76.15%50.98%-
XYZ11.1915.123.44-
YUV93.94148.3583.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.07%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=11.07%
G=42.5%
B=46.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311191300.760.0800.49186.6761.4931.57
Hex1F77824C8031bb3d20
Octal37167202114100612737540
Binary1111111101111000001010011001000011000110111011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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