#1F6984

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

Shades of Allports #1F6984

Tints of Allports #1F6984

Color information

#1F6984 (or 0x1F6984) is unknown color: approx Allports. HEX triplet: 1F, 69 and 84. RGB value is (31,105,132). Sum of RGB (Red+Green+Blue) = 31+105+132=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F6984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6984 is #E0967B. Grayscale: #555555. Windows color (decimal): -14718588 or 8677663. OLE color: 8677663.

HSL color Cylindrical-coordinate representation of color #1F6984: hue angle of 196.04º 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 #1F6984 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB31105132-
CMYK0.770.2000.48
HSL196.04º61.96%31.96%-
HSV(B)196.04º76.52%51.76%-
XYZ9.7812.0623.64-
YUV85.95153.9888.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.57%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=11.57%
G=39.18%
B=49.25%

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
Decimal311051320.770.2000.48196.0461.9631.96
Hex1F69844D14030c43e20
Octal37151204115240603047640
Binary11111110100110000100100110110100011000011000100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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