#1f6a84

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

Shades of Allports #1F6A84

Tints of Allports #1F6A84

Color information

#1F6A84 (or 0x1F6A84) is unknown color: approx Allports. HEX triplet: 1F, 6A and 84. RGB value is (31,106,132). Sum of RGB (Red+Green+Blue) = 31+106+132=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F6A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6A84 is #E0957B. Grayscale: #565656. Windows color (decimal): -14718332 or 8677919. OLE color: 8677919.

HSL color Cylindrical-coordinate representation of color #1F6A84: hue angle of 195.45º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6A84 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB31106132-
CMYK0.770.2000.48
HSL195.45º61.96%31.96%-
HSV(B)195.45º76.52%51.76%-
XYZ9.8812.2723.68-
YUV86.54153.6588.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=11.52%
G=39.41%
B=49.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal311061320.770.2000.48195.4561.9631.96
Hex1F6A844D14030c33e20
Octal37152204115240603037640
Binary11111110101010000100100110110100011000011000011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f6a84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,106,132); }

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

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

 a { background-color: rgb(31,106,132); }

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

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

 span { border-color: rgb(31,106,132); }

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